[PATCH] D14619: [PATCH] clang-tidy checker for nothrow copy constructible exception objects

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 12 09:36:38 PST 2015


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





More information about the cfe-commits mailing list