summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/IdentifierResolver.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate dead code.Eli Friedman2010-01-021-11/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-211-0/+8
* Rework the way we find locally-scoped external declarations when weDouglas Gregor2009-03-021-0/+10
* Now that ObjC decls have DeclContexts too, remove an ugly hack from Identifie...Argyrios Kyrtzidis2009-02-171-52/+0
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-20/+16
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-3/+3
* Refactor name lookup.Douglas Gregor2009-01-141-0/+8
* Introduce support for "transparent" DeclContexts, which areDouglas Gregor2009-01-051-16/+1
* Don't push OverloadedFunctionDecls onto the chain of declarationsDouglas Gregor2008-12-231-0/+7
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-1/+2
* Rename: FindContext -> FindDeclVisibleInContext.Zhongxing Xu2008-12-051-4/+4
* Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor2008-11-171-13/+14
* Implement C++ 'typeid' parsing and sema.Sebastian Redl2008-11-111-3/+3
* Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr...Argyrios Kyrtzidis2008-09-091-1/+1
* Add a LangOptions member to IdentifierResolver.Argyrios Kyrtzidis2008-09-091-1/+3
* IdentifierResolver cleanup. Make some methods out-of-line.Argyrios Kyrtzidis2008-09-091-63/+6
* Make the default constructor of IdentifierResolver::iterator public.Argyrios Kyrtzidis2008-08-011-1/+2
* Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a...Argyrios Kyrtzidis2008-07-171-120/+50
* 'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.Argyrios Kyrtzidis2008-06-241-0/+4
* Comments fix.Argyrios Kyrtzidis2008-05-151-1/+1
* Change CRLF line endings to LF.Argyrios Kyrtzidis2008-05-141-6/+6
* -Implement proper name lookup for namespaces.Argyrios Kyrtzidis2008-05-091-14/+331
* Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner.Argyrios Kyrtzidis2008-04-141-2/+3
* Introduce support for finding class and enum names via ordinary name lookup i...Douglas Gregor2008-04-131-2/+2
* Fixed comments.Argyrios Kyrtzidis2008-04-121-5/+5
* two new files for previous patch, by Argiris KirtzidisChris Lattner2008-04-111-0/+52
OpenPOWER on IntegriCloud