Skip to content
Commit d750e1c4 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[preprocessor] Fix assertion hit when 'SingleFileParseMode' option is enabled...

[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
parent ed54b4a7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment