summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclFriend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-121-1/+3
| | | | | | contexts. llvm-svn: 98321
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+39
I'm expecting this portion of the AST to grow and change, and I'd like to be able to do that with minimal recompilation. If this proves unnecessary when access control is fully-implemented, I'll fold the classes back into DeclCXX.h. llvm-svn: 98249
OpenPOWER on IntegriCloud