[PATCH] D35894: [clangd] Code hover for Clangd

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 13:08:41 PST 2017


malaperle added inline comments.


================
Comment at: clangd/ClangdUnit.h:320
+
+StringRef getDataBufferFromSourceRange(ParsedAST &AST, SourceRange SR,
+                                       Location L);
----------------
I think this can be only in the source file, in a an anonymous namespace.


https://reviews.llvm.org/D35894





More information about the cfe-commits mailing list