This is needed to handle per-project configurations when adding extra
arguments in clang-tidy for example.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14191
Make ArgumentAdjuster aware of the current file being processed. ClosedPublic Authored by alexfh on Oct 29 2015, 5:56 PM.
Details Summary This is needed to handle per-project configurations when adding extra
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 4 2015, 5:25 PM Closed by commit rL252134: Make ArgumentAdjuster aware of the current file being processed. (authored by alexfh). · Explain WhyNov 4 2015, 6:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39303 cfe/trunk/include/clang/Tooling/ArgumentsAdjusters.h
cfe/trunk/lib/Tooling/ArgumentsAdjusters.cpp
cfe/trunk/lib/Tooling/CommonOptionsParser.cpp
cfe/trunk/lib/Tooling/Tooling.cpp
cfe/trunk/unittests/Tooling/ToolingTest.cpp
|