summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Qualified lookup through using declarations. Diagnose a new type of ambiguity.John McCall2009-10-101-33/+194
* Dead Code EliminationDouglas Gregor2009-10-091-20/+0
* Refactor the LookupResult API to simplify most common operations. Require us...John McCall2009-10-091-545/+226
* Dead code elimination.John McCall2009-10-071-20/+1
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-14/+39
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-6/+6
* When performing name lookup within a class template or class templateDouglas Gregor2009-09-111-3/+2
* When performing unqualified name lookup into a DeclContext, also look intoDouglas Gregor2009-09-101-20/+22
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-128/+128
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-021-23/+18
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-3/+10
* Improve support for out-of-line definitions of nested templates andDouglas Gregor2009-08-251-33/+40
* Skip transparent contexts when performing C++ name lookupDouglas Gregor2009-08-241-0/+3
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-20/+9
* Just add global scope to the associated namespaces set instead of tracking itJohn McCall2009-08-071-74/+62
* First pass at friend semantics.John McCall2009-08-061-0/+20
* Get rid of "smart" quotes. Per report on cfe-dev.Eli Friedman2009-08-051-5/+5
* Change uses of:Ted Kremenek2009-07-291-5/+5
* [llvm up]Douglas Gregor2009-07-291-2/+1
* Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis2009-07-211-7/+0
* Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p...Argyrios Kyrtzidis2009-07-181-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-5/+5
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-4/+4
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-1/+1
* Fix a corner case with argument-dependent lookup and overloaded function sets.Douglas Gregor2009-07-081-9/+16
* Improve argument-dependent lookup to find associated classes andDouglas Gregor2009-07-081-3/+102
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-6/+6
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Improve support for overloaded operator templates.Douglas Gregor2009-06-271-11/+17
* Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa...Anders Carlsson2009-06-261-29/+12
* See through UsingDecls in more places.Anders Carlsson2009-06-261-6/+14
* Fix failing test.Anders Carlsson2009-06-261-1/+3
* Fix another assert related to using decls.Anders Carlsson2009-06-261-0/+3
* When creating LookupResults, see through UsingDecls. Fixes PR4450.Anders Carlsson2009-06-261-2/+6
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-11/+22
* Make sure that argument-dependent lookup looks into the global scopeDouglas Gregor2009-06-231-13/+45
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-2/+4
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Diagnose class members that shadow a template parameter. FixesDouglas Gregor2009-06-171-2/+2
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-0/+1
* Improve name lookup for and template instantiation of declarationDouglas Gregor2009-05-271-1/+2
* Fix sorting of using directives, from Jay FoadDouglas Gregor2009-05-181-1/+1
* Reflow some comments.Mike Stump2009-05-161-13/+11
* Implement the notions of the "current instantiation" and "unknownDouglas Gregor2009-05-111-6/+29
* Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but alsoDouglas Gregor2009-04-241-12/+16
* Eliminate Sema::ObjCInterfaceDeclsDouglas Gregor2009-04-241-3/+0
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-5/+35
* Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls inDouglas Gregor2009-04-231-0/+14
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-211-11/+0
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+11
OpenPOWER on IntegriCloud