summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1512-12/+12
* Stop trying to analyze class-hierarchies for dependently-scoped id-expressions;John McCall2009-12-021-0/+93
* Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl2009-10-251-0/+9
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-1/+1
* Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor2009-09-261-1/+3
* When adding a friend class declaration to the lookup tables, use the access s...John McCall2009-09-021-0/+4
* Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall2009-09-021-2/+0
* Fix bug 4784 and allow friend declarations to properly extendJohn McCall2009-08-311-0/+37
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-0/+7
* Modify an assert to capture the restriction on friend declarations moreJohn McCall2009-08-251-0/+8
* Permit a class to friend its members in C++0x, without restriction.John McCall2009-08-061-2/+2
* First pass at friend semantics.John McCall2009-08-063-0/+77
* AlisdairM pointed out that this will likely be relaxed in C++0x, so let'sJohn McCall2009-08-061-0/+3
* Add a test for invalid uses of non-static members from nested classes, justJohn McCall2009-08-051-0/+11
* Update for LLVM API change.Owen Anderson2009-07-271-1/+1
* Make having no RUN line a failure.Daniel Dunbar2009-07-251-1/+3
* Prep for new warning.Mike Stump2009-07-221-1/+1
* "This patch implements the restrictions on union members detailed inDouglas Gregor2009-07-221-0/+105
* Revert this, we have a better way to do this.Mike Stump2009-07-211-4/+1
* Revert this, we have a better way to handle this.Mike Stump2009-07-211-4/+1
* Prep for new warning.Mike Stump2009-07-211-2/+5
* Prep for new warning.Mike Stump2009-07-211-1/+4
* Add test for [class.local]p2.Anders Carlsson2009-06-241-0/+12
* Add test for [class.nested.type]p1Anders Carlsson2009-06-241-0/+11
* Support for [class.local]p4.Anders Carlsson2009-06-241-0/+10
* [class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson2009-06-242-0/+48
OpenPOWER on IntegriCloud