]> granicus.if.org Git - clang/commit
Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 4 Mar 2012 09:41:16 +0000 (09:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 4 Mar 2012 09:41:16 +0000 (09:41 +0000)
commitb4a7b1e587a232c95d02a8ca10eeba60164fbba1
tree658f1af3a01334a15e04b4516297ebd8b8addc3a
parent5bd20ffcfefcfb2e5fd0cb1c9716cbccc4c6c3be
Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151997 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/CXX/over/over.oper/over.literal/p2.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p3.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p5.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p6.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p7.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p8.cpp [new file with mode: 0644]
test/SemaCXX/literal-operators.cpp