[PATCH] D43379: [CodeComplete] Add a helper to print CodeCompletionContext::Kind

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 01:41:28 PST 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/clang/Sema/CodeCompleteConsumer.h:355
+/// \brief Get string representation of \p Kind, useful for for debugging.
+llvm::StringRef printCompletionKind(enum CodeCompletionContext::Kind Kind);
+
----------------
nit: this doesn't print anything, maybe completionKindString?


Repository:
  rC Clang

https://reviews.llvm.org/D43379





More information about the cfe-commits mailing list