aaron.ballman marked an inline comment as done. ================ Comment at: test/clang-tidy/cert-throw-exception-type.cpp:2 @@ +1,3 @@ +// RUN: %check_clang_tidy %s cert-err60-cpp %t -- -- -std=c++11 -fcxx-exceptions + +struct S {}; ---------------- > Doesn't this need an "| FileCheck %s"
No, check_clang_tidy handles that for you. http://reviews.llvm.org/D14619 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits