This is needed to handle per-project configurations when adding extra
arguments in clang-tidy for example.
Details
Details
Diff Detail
Diff Detail
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 38776 include/clang/Tooling/ArgumentsAdjusters.h
lib/Tooling/ArgumentsAdjusters.cpp
lib/Tooling/CommonOptionsParser.cpp
lib/Tooling/Tooling.cpp
unittests/Tooling/ToolingTest.cpp
|