]> granicus.if.org Git - clang/commit
This patch makes the string/character literal tests run in C,
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 01:08:54 +0000 (01:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 01:08:54 +0000 (01:08 +0000)
commit53afad5ebbfd47e932405af5b93177ea0d68e3f4
tree41f62f76b8462e6942b4d4600086bf870bd96a99
parenteda61584120f59a35d4493b0af4bed717494e826
This patch makes the string/character literal tests run in C,
C++98/03, and C++0x mode, from Craig Topper!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136443 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/lex/lex.literal/lex.ccon/p1.cpp
test/CodeGen/char-literal.c
test/CodeGen/string-literal.c
test/Parser/char-literal-printing.c
test/SemaCXX/cxx0x-type-convert-construct.cpp [new file with mode: 0644]
test/SemaCXX/type-convert-construct.cpp