Mordante added inline comments.

================
Comment at: libcxx/test/libcxx/clang_tidy.sh.cpp:15
 // TODO: run clang-tidy with modules enabled once they are supported
+// RUN: clang-tidy %s --warnings-as-errors=* -header-filter=.* 
--checks='-*,libcpp-*' 
--load=%{test-tools}/clang_tidy_checks/libcxx-tidy.plugin -- %{compile_flags} 
-fno-modules
 // RUN: clang-tidy %s --warnings-as-errors=* -header-filter=.* 
--config-file=%S/../../.clang-tidy -- -Wweak-vtables %{compile_flags} 
-fno-modules
----------------
I actually think it would be better to do this is a separate script.

Is there any documentation on how to run this test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131963

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to