summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/Lookup.h
Commit message (Expand)AuthorAgeFilesLines
...
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-0/+5
* Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUGDaniel Dunbar2012-03-081-1/+7
* Introduce a "Hidden" bit into Decl, to track whether that declarationDouglas Gregor2012-01-061-3/+2
* When we're performing name lookup for a tag, we still allow ourselvesDouglas Gregor2012-01-051-1/+7
* When performing name lookup for a redeclaration, ignore moduleDouglas Gregor2011-12-201-1/+1
* When name lookup comes across a declaration that is in a module thatDouglas Gregor2011-12-141-9/+22
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-1/+3
* Removed an unused field and its accessors methods.Erik Verbruggen2011-09-191-16/+0
* Introduce a new predicate Decl::isFromASTFile() to determine whether aDouglas Gregor2011-09-091-1/+1
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-1/+13
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* Emulate a MSVC bug where if during an using declaration name lookup, the decl...Francois Pichet2011-05-231-0/+16
* When clearing a LookupResult structure, clear out the naming class,Douglas Gregor2011-03-041-0/+1
* Do not change the size of LookupResult::Filter based on the NDEBUGDouglas Gregor2010-12-021-14/+1
* When we perform name lookup for a template, we may end up finding anDouglas Gregor2010-10-221-0/+5
* If filtering a lookup result leaves it ambiguous, keep the ambiguity John McCall2010-08-281-2/+7
* Remove Sema.h's dependency on DeclCXX.h.John McCall2010-08-251-0/+1
* Move more stuff out of Sema.h.John McCall2010-08-251-13/+5
* Perform access control when template lookup finds a class template.John McCall2010-08-131-1/+1
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-0/+681