================
Comment at: clang-tidy/google/AvoidCStyleCastsCheck.cpp:20
@@ -19,3 +19,3 @@
namespace tidy {
-namespace readability {
+namespace google {
----------------
Please don't remove the "readability" namespace. You can put the "google"
namespace around it. Same for other checks.
http://reviews.llvm.org/D7994
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits