diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2017-06-21 18:52:44 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2017-06-21 18:52:44 +0000 |
commit | d750e1c4917533ede5451d2eb3e94b803c48054f (patch) | |
tree | 782202b8e52648f54bc7625cf9d98d365081256c /llvm/lib/Support/DataExtractor.cpp | |
parent | ed54b4a7985000624229f2375233eb3c6a9b23fc (diff) | |
download | llvm-d750e1c4917533ede5451d2eb3e94b803c48054f.zip llvm-d750e1c4917533ede5451d2eb3e94b803c48054f.tar.gz llvm-d750e1c4917533ede5451d2eb3e94b803c48054f.tar.bz2 |
[preprocessor] Fix assertion hit when 'SingleFileParseMode' option is enabled and #if with an undefined identifier and without #else
'HandleEndifDirective' asserts that 'WasSkipping' is false, so switch to using 'FoundNonSkip' as the hint for 'SingleFileParseMode' to keep going with parsing.
llvm-svn: 305940
Diffstat (limited to 'llvm/lib/Support/DataExtractor.cpp')
0 files changed, 0 insertions, 0 deletions