clang-1/test/CXX
John McCall a970c57771 Test member template using hiding.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91099 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11 02:55:56 +00:00
..
basic Use a more rigorous definition of 'class member'. I don't have any evidence 2009-12-02 20:26:00 +00:00
class Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; 2009-12-02 03:53:29 +00:00
class.access/class.access.dcl Implement access declarations. Most of the work here is parsing them, which 2009-12-11 02:10:03 +00:00
class.derived/class.virtual When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
dcl.dcl Test member template using hiding. 2009-12-11 02:55:56 +00:00
dcl.decl Move initialization via initializer list over to InitializationSequences. 2009-12-10 17:56:55 +00:00
expr Add test for expr.delete p5, with a FIXME. 2009-11-13 19:13:56 +00:00
lex/lex.trigraph Tests for C++ lex.trigraph, patch by Mats! 2009-08-23 08:22:33 +00:00
over Update for LLVM API change. 2009-07-27 21:00:51 +00:00
special Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. 2009-11-18 20:55:52 +00:00
temp Diagnose ill-formed uses of default template arguments in 2009-11-25 17:50:39 +00:00