summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/UnresolvedSet.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-211-7/+13
* Try to work around an MSVC 2013 bug around defaulted default ctorsReid Kleckner2016-08-161-1/+3
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Re-add (user defined) move ops to UnresolvedSetImpl to allow UnresolvedSet to...David Blaikie2016-03-171-0/+4
* Remove defaulted move ops, the type is zero-cost copyable anyway, so there's ...David Blaikie2016-03-171-2/+0
* Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecate...David Blaikie2016-03-171-2/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Reimplement iterator wrappers on top of llvm::iterator_adaptor_base.Benjamin Kramer2015-02-011-66/+22
* Remove unnecessary semicolon.Kaelyn Takata2014-11-111-1/+1
* Make LookupResult be copyable to avoid decomposing an existing one andKaelyn Takata2014-11-111-1/+1
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-1/+1
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-0/+1
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-8/+2
* Documentation cleanup: Mostly formatting \brief documentation, also fix aJames Dennett2013-06-301-2/+2
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-2/+4
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-281-2/+3
* Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper2012-09-181-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Move OverloadExpr over to a ASTContext-allocated pointer for itsDouglas Gregor2010-05-231-3/+5
* When creating a call to a base subobject's operator= in anDouglas Gregor2010-05-041-0/+1
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-50/+1
* Remember the "found declaration" for an overload candidate, which is theJohn McCall2010-03-191-0/+1
* Access checking for implicit user-defined conversions.John McCall2010-02-011-49/+60
* Access control for surrogate function calls. Required a moderately gross hackJohn McCall2010-01-281-0/+4
* Implement access control for overloaded functions. Suppress access controlJohn McCall2010-01-271-0/+5
* Due to local reversions and re-patching, I accidentally had multiple copiesJohn McCall2010-01-211-151/+0
* Change LLVM/clang #includes to use quotes, not angle-brackets. Just a think-oJohn McCall2010-01-201-3/+3
* Make UnresolvedSet.h standalone.John McCall2010-01-201-0/+2
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-201-0/+360