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