aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/UnresolvedSet.h
AgeCommit message (Expand)Author
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-28Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis
2012-09-18Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2010-05-23Move OverloadExpr over to a ASTContext-allocated pointer for itsDouglas Gregor
2010-05-04When creating a call to a base subobject's operator= in anDouglas Gregor
2010-04-06Implement the protected access restriction ([class.protected]), which requiresJohn McCall
2010-03-19Remember the "found declaration" for an overload candidate, which is theJohn McCall
2010-02-01Access checking for implicit user-defined conversions.John McCall
2010-01-28Access control for surrogate function calls. Required a moderately gross hackJohn McCall
2010-01-27Implement access control for overloaded functions. Suppress access controlJohn McCall
2010-01-21Due to local reversions and re-patching, I accidentally had multiple copiesJohn McCall
2010-01-20Change LLVM/clang #includes to use quotes, not angle-brackets. Just a think-oJohn McCall
2010-01-20Make UnresolvedSet.h standalone.John McCall
2010-01-20Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall