Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think the methods that use the rewriter should be prefixed with clang_Rewriter_ to match the naming convention, e.g. clang_Rewriter_removeText, clang_Rewriter_dispose, clang_Rewriter_create.
Can you add a libclang unit test for the rewriter?
Comment Actions
LGTM, with one comment below:
clang/include/clang-c/Rewrite.h | ||
---|---|---|
21 | That should be prefixed with CX to be CXRewriter to match the naming convention. |
That should be prefixed with CX to be CXRewriter to match the naming convention.