[PATCH] D36075: [refactor] Initial support for refactoring action rules
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 24 09:41:57 PDT 2017
arphaman added inline comments.
================
Comment at: lib/Tooling/Refactoring/SourceSelectionConstraints.cpp:13
+
+using namespace clang;
+using namespace tooling;
----------------
ioeric wrote:
> We are tempted to avoid `using namespace` if possible.
Why? It's not in a header. `using namespace clang` is the common practice across all of Clang's sources.
Repository:
rL LLVM
https://reviews.llvm.org/D36075
More information about the cfe-commits
mailing list