xazax.hun added inline comments.

================
Comment at: test/clang-tidy/cert-dont-modify-std-namespace.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s cert-msc53-cpp %t -- -- -std=c++1z
+
----------------
hokein wrote:
> Do we need `c++1z` flag here?
I think it is there for the following code snippet:

```
namespace posix::a {
```




Repository:
  rL LLVM

https://reviews.llvm.org/D23421



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

Reply via email to