hanchenye-llvm-project/clang/test/CXX/basic
Sebastian Redl a771d2239d Rip out the C++0x-specific handling of destructor names. The specification is still in flux and unclear, and our interim workaround was broken. Fixes PR7467.
llvm-svn: 107835
2010-07-07 23:17:38 +00:00
..
basic.def.odr Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
basic.link Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
basic.lookup Rip out the C++0x-specific handling of destructor names. The specification is still in flux and unclear, and our interim workaround was broken. Fixes PR7467. 2010-07-07 23:17:38 +00:00
basic.scope/basic.scope.pdecl Add test case that I forgot to commit with r107354 (the implementation 2010-07-01 00:21:50 +00:00
basic.start/basic.start.main Tweak the text of several main() diagnostics and punch a hole specifically for 2009-12-24 09:58:38 +00:00
basic.stc/basic.stc.dynamic When a declaration of a function is missing an exception specification 2010-03-24 07:14:45 +00:00