[PATCH] D23421: [Clang-tidy] CERT-MSC53-CPP (checker for std namespace modification)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 12 03:23:41 PDT 2016
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
More information about the cfe-commits
mailing list