[PATCH] D34263: [preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, parse all directive blocks if the condition uses undefined macros
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 15 17:09:49 PDT 2017
akyrtzi created this revision.
This is useful for being able to parse the preprocessor directive blocks even the header that defined the macro that they check for hasn't been included.
https://reviews.llvm.org/D34263
Files:
include/clang/Lex/Preprocessor.h
lib/Lex/PPDirectives.cpp
lib/Lex/PPExpressions.cpp
test/Index/singe-file-parse.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34263.102761.patch
Type: text/x-patch
Size: 13624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170616/aa02892b/attachment-0001.bin>
More information about the cfe-commits
mailing list