]> granicus.if.org Git - clang/commit
Fix PR1936, a crash on malformed #if. Thanks to Neil for
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2008 19:34:51 +0000 (19:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2008 19:34:51 +0000 (19:34 +0000)
commitc21d9e4766a6200dc4b2aaba3590b49114d19acd
tree6c14df7141c701c291f734067a9e50759f64aa78
parent9e18d3ed84a95be2bc42f1ce65d3bab2ee8a1e27
Fix PR1936, a crash on malformed #if.  Thanks to Neil for
noticing this!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46256 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/Preprocessor.cpp
test/Preprocessor/ifdef-recover.c