hanchenye-llvm-project/clang/test/CXX
Douglas Gregor 94bb5e8d75 PointerUnion == PointerUnion does not do what I thought it did. Also, fix a thinko in a PointerUnion::get call.
llvm-svn: 90719
2009-12-06 21:27:58 +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.derived/class.virtual When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
dcl.dcl Fix "using typename" and the instantiation of non-dependent using declarations. 2009-12-04 22:46:56 +00:00
dcl.decl PointerUnion == PointerUnion does not do what I thought it did. Also, fix a thinko in a PointerUnion::get call. 2009-12-06 21:27:58 +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