[PATCH] D17820: Clang Code Completion Filtering
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 14:25:18 PDT 2016
v.g.vassilev added a subscriber: v.g.vassilev.
================
Comment at: include/clang/Lex/Preprocessor.h:270
@@ +269,3 @@
+ /// on the stem that is to be code completed.
+ IdentifierInfo *CodeCompletionII;
+
----------------
Can you initialize this variable in the PP's ctor?
Repository:
rL LLVM
https://reviews.llvm.org/D17820
More information about the cfe-commits
mailing list