etienneb added inline comments.

================
Comment at: test/clang-tidy/modernize-operator-void-pointer.cpp:39
@@ +38,3 @@
+class SomethingGoodNonConstVoidPtr {
+  // A non-const void* is unlikely to to be meant as operator bool before C++11
+  // let us use explicit.
----------------
You know you can add test for C++11 specifically.

```
readability-redundant-string-cstr.cpp:// RUN: %check_clang_tidy %s 
readability-redundant-string-cstr %t -- -- -std=c++11
```


http://reviews.llvm.org/D20857



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to