]> granicus.if.org Git - clang/commit
In StringLiteralParser::init(), fail gracefully if the string is
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 May 2012 01:01:56 +0000 (01:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 May 2012 01:01:56 +0000 (01:01 +0000)
commit07a075870110a8376ddc1cd09412a0ec00987153
tree3124cfd17a3cb67814e5adcb69890d6e36ad7c27
parent13a9c02b54f185da611d9b0443017e22d4d46eb4
In StringLiteralParser::init(), fail gracefully if the string is
not as we expect; it may be due to racing issue of a file coming from PCH
changing after the PCH is loaded.

rdar://11353109

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/LiteralSupport.cpp