- Refactor the external sema source into a visible class
- Add support for emitting FixIts
- Wrap up include fixer as a plugin as I did with clang-tidy
Test case will follow as soon as I wire this up in libclang.
Paths
| Differential D26752
[include-fixer] Refactor include fixer to be usable as a plugin ClosedPublic Authored by bkramer on Nov 16 2016, 10:17 AM.
Details Summary
Test case will follow as soon as I wire this up in libclang.
Diff Detail
Event Timeline
bkramer marked 7 inline comments as done. Comment Actions
Comment Actions
This revision is now accepted and ready to land.Nov 17 2016, 6:16 AM Closed by commit rL287228: [include-fixer] Refactor include fixer to be usable as a plugin (authored by d0k). · Explain WhyNov 17 2016, 7:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 78366 clang-tools-extra/trunk/include-fixer/CMakeLists.txt
clang-tools-extra/trunk/include-fixer/IncludeFixer.h
clang-tools-extra/trunk/include-fixer/IncludeFixer.cpp
clang-tools-extra/trunk/include-fixer/plugin/CMakeLists.txt
clang-tools-extra/trunk/include-fixer/plugin/IncludeFixerPlugin.cpp
|