]> granicus.if.org Git - clang/commit
Don't emit end-of-file diagnostics like "unterminated conditional" or
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Aug 2010 17:04:55 +0000 (17:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Aug 2010 17:04:55 +0000 (17:04 +0000)
commit2d474ba9e8ae43a1a5a9f72718c0d79092b9453f
tree5c50bc0003de23ebc542dbb00627a151a193bc3c
parentd5f4487fc66689c5bed6055e669d71d2e3e11b5c
Don't emit end-of-file diagnostics like "unterminated conditional" or
"unterminated string" when we're performing code completion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110933 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PTHLexer.cpp
test/Index/complete-unterminated.c [new file with mode: 0644]