[PATCH] D29886: [clangd] Wire up ASTUnit and publish diagnostics with it.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 08:10:10 PST 2017


ioeric added inline comments.


================
Comment at: clangd/ASTManager.cpp:21
+using namespace clang;
+using namespace clangd;
+
----------------
Any reason not to wrap code in namespaces instead?


https://reviews.llvm.org/D29886





More information about the cfe-commits mailing list