[PATCH] D48973: [SemaCodeComplete] Expose a method to create CodeCompletionString for macros.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 5 07:50:36 PDT 2018


ioeric created this revision.
ioeric added a reviewer: sammccall.
Herald added a subscriber: cfe-commits.

The method only takes PPreprocessor and don't require structures that
might not be available (e.g. Sema and ASTContext) when CodeCompletionString
needs to be generated for macros.


Repository:
  rC Clang

https://reviews.llvm.org/D48973

Files:
  include/clang/Sema/CodeCompleteConsumer.h
  lib/Sema/SemaCodeComplete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48973.154242.patch
Type: text/x-patch
Size: 4821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180705/d79b79bf/attachment-0001.bin>


More information about the cfe-commits mailing list