[PATCH] D54311: Add a test checking clang-tidy can find libc++ on Mac
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 12 01:29:21 PST 2018
sammccall added inline comments.
================
Comment at: test/clang-tidy/clang-tidy-mac-libcxx.cpp:13
+// RUN: cp "%s" "%t/test.cpp"
+// RUN: clang-tidy "%t/test.cpp"
+
----------------
This should check a diagnostic rather than rely on the error code, I think
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54311
More information about the cfe-commits
mailing list