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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits