ioeric added a comment.

PTAL



================
Comment at: change-namespace/tool/ClangChangeNamespace.cpp:78
+// changing namespaces around them.
+constexpr const char *WhiteListedSymbolPatterns[] = {"^std::.*$"};
+
----------------
hokein wrote:
> Maybe consider create a command-line option for it? It will make the tool 
> more pluggable IMO.
Good idea. Done.


https://reviews.llvm.org/D30328



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

Reply via email to