================
Comment at: lib/Tooling/CommonOptionsParser.cpp:82
@@ +81,3 @@
+  std::vector<CompileCommand> getAllCompileCommands() const override {
+    return Compilations->getAllCompileCommands();
+  }
----------------
klimek wrote:
> Do we also have to adjust here?
I think, it's used only in tests, but I see no reason not to adjust the 
commands here.

http://reviews.llvm.org/D6073



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to