index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
UnresolvedSet.h
Age
Commit message (
Expand
)
Author
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-28
Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are
Argyrios Kyrtzidis
2012-09-18
Mark unimplemented copy constructors and copy assignment operators with LLVM_...
Craig Topper
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2010-05-23
Move OverloadExpr over to a ASTContext-allocated pointer for its
Douglas Gregor
2010-05-04
When creating a call to a base subobject's operator= in an
Douglas Gregor
2010-04-06
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-03-19
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-02-01
Access checking for implicit user-defined conversions.
John McCall
2010-01-28
Access control for surrogate function calls. Required a moderately gross hack
John McCall
2010-01-27
Implement access control for overloaded functions. Suppress access control
John McCall
2010-01-21
Due to local reversions and re-patching, I accidentally had multiple copies
John McCall
2010-01-20
Change LLVM/clang #includes to use quotes, not angle-brackets. Just a think-o
John McCall
2010-01-20
Make UnresolvedSet.h standalone.
John McCall
2010-01-20
Give UnresolvedSet the ability to store access specifiers for each declaration.
John McCall