Skip to content

Commit

Permalink
Cite newly filed issue #739 for Rewriter::InsertText* wrappers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmccutchen-cci committed Nov 12, 2021
1 parent d437bad commit 4c85580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/3C/DeclRewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ void DeclRewriter::denestTagDecls() {
InsertLoc = TopTagDecl->getBeginLoc();
// TODO: Use a wrapper like rewriteSourceRange that tries harder with
// macros, reports failure, etc.
// (https://github.com/correctcomputation/checkedc-clang/issues/739)
R.InsertText(InsertLoc, DefinitionStr);
}
}
Expand Down

0 comments on commit 4c85580

Please sign in to comment.