[PATCH] D40897: [clangd] Introduce a "Symbol" class.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 12 08:29:23 PST 2017
ioeric added inline comments.
================
Comment at: clangd/index/Index.h:52
+private:
+ friend class llvm::DenseMapInfo<clang::clangd::SymbolID>;
+
----------------
warning: class 'DenseMapInfo' was previously declared as a struct [-Wmismatched-tags]
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40897
More information about the cfe-commits
mailing list