[PATCH] D20053: [clang-tidy] Add misc-unnecessary-mutable check.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Sat May 14 11:00:56 PDT 2016


aaron.ballman added inline comments.

================
Comment at: test/clang-tidy/misc-unnecessary-mutable.cpp:237
@@ +236,3 @@
+
+// Fails for now.
+/*
----------------
It would be good to put further information in about why this fails.


http://reviews.llvm.org/D20053





More information about the cfe-commits mailing list