[PATCH] [clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Manuel Klimek
klimek at google.com
Tue Nov 4 00:43:12 PST 2014
LG. I prefer the current version.
================
Comment at: lib/Tooling/CommonOptionsParser.cpp:82
@@ +81,3 @@
+ std::vector<CompileCommand> getAllCompileCommands() const override {
+ return Compilations->getAllCompileCommands();
+ }
----------------
Do we also have to adjust here?
http://reviews.llvm.org/D6073
More information about the cfe-commits
mailing list