[PATCH] D16717: [clang-tidy] Add non-constant references in function parameters check.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 09:16:02 PST 2016


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Looks good with one nit.

Thank you!


================
Comment at: test/clang-tidy/google-runtime-references.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s google-runtime-references %t -- -- -std=c++11
+
----------------
`-std=c++11` is added by default. Please remove everything after the `%t`.


http://reviews.llvm.org/D16717





More information about the cfe-commits mailing list