]> granicus.if.org Git - clang/commit
The checking for the delimiters of expected error/warning messages was
authorBill Wendling <isanbard@gmail.com>
Mon, 26 Nov 2007 08:26:20 +0000 (08:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 26 Nov 2007 08:26:20 +0000 (08:26 +0000)
commitf5f20bdf918cedb47fdd33f5b634f4908cdd3f15
treed6f42d2c8e0b615f2d924acd0257c072a42b81da
parenta21ddb30e56026967d58e26c5212744e1831305b
The checking for the delimiters of expected error/warning messages was
looking only for { and } instead of {{ and }}. Changed it to check for
this explicitly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44326 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/DiagChecker.cpp
test/Analysis/uninit-vals.c
test/Lexer/cxx0x_keyword.cpp
test/Sema/cfstring.c
test/Sema/class-def-test-1.m