]> granicus.if.org Git - clang/commit
Fix for PR13334. This prevents crashes that result from badly formed
authorRichard Trieu <rtrieu@google.com>
Mon, 22 Oct 2012 20:28:48 +0000 (20:28 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 22 Oct 2012 20:28:48 +0000 (20:28 +0000)
commit97bc3d54a95153945d14b1ee812837160d45ed90
tree3236ba14f86a4184965c8a7d1af1eb45d1d007c2
parent5a12aca46db5477f7e35a70dbec8d3afe5549ac0
Fix for PR13334.  This prevents crashes that result from badly formed
expressions involving __has_include

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166438 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp
test/Preprocessor/has_include.c