clang/test/CXX
Daniel Dunbar 975cc644d5 Revert r127206 "Detect attempts to provide a specialization of a function within
a...", it appears to cause us to reject various valid codes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127373 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-09 23:24:34 +00:00
..
basic Semantic checking for exception specifications should be triggered by 2011-03-02 02:04:40 +00:00
class PR9037: Allow override, final, and new as an extension on inline members. 2011-01-28 06:07:34 +00:00
class.access Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
class.derived Fix PR8767, improve diagnostic wording when allocating an object of an 2011-02-18 23:59:51 +00:00
conv Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
dcl.dcl Support explicit template specialization and instantiation for members 2011-03-07 16:54:27 +00:00
dcl.decl Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
except Parser support for noexcept specifications. 2011-03-05 14:45:16 +00:00
expr Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Produce a diagnostic for unused overloaded expressions, from Faisal Vali! 2011-03-07 02:05:23 +00:00
special Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
stmt.stmt Step #1/N of implementing support for __label__: split labels into 2011-02-17 07:39:24 +00:00
temp Revert r127206 "Detect attempts to provide a specialization of a function within 2011-03-09 23:24:34 +00:00