[PATCH] D40485: [clangd] Introduced a Context that stores implicit data
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 07:28:11 PST 2017
sammccall added a comment.
Oops, forgot one important question!
BTW, phabricator seems to have misaligned all my previous comments (you updated the diff before I submitted them I guess). Let me know if any of them don't make sense now!
================
Comment at: clangd/Context.h:63
+/// used as parents for some other Contexts.
+class Context {
+public:
----------------
I think we should strongly consider calling the class Ctx over Context. It's going to appear in many function signatures, and I'm not sure the extra characters buy us anything considering the abbreviation is pretty unambiguous, and the full version isn't very explicit.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40485
More information about the cfe-commits
mailing list