[PATCH] D64063: [clang][ArgumentAdjusters] Do not add fsyntax-only if already exists

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 02:59:09 PDT 2019


hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Tooling/ToolingTest.cpp:403
 
+TEST(ClangToolTest, NoDoubleSyntaxOnly) {
+  FixedCompilationDatabase Compilations("/", {"-fsyntax-only"});
----------------
nit: could we merge this test into the test above? they looks similar.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64063/new/

https://reviews.llvm.org/D64063





More information about the cfe-commits mailing list