summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCXXScopeSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks hereDouglas Gregor2009-03-261-4/+4
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-24/+63
* Introduce a new expression type, UnresolvedDeclRefExpr, that describesDouglas Gregor2009-03-191-0/+15
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-47/+17
* The scope representation can now be either a DeclContext pointer or aDouglas Gregor2009-03-181-11/+52
* Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor2009-03-111-0/+30
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-0/+11
* Add svn:eol-style=native to some filesCedric Venet2009-02-141-106/+106
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-041-1/+1
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-8/+2
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Add support for declaring pointers to members.Sebastian Redl2009-01-241-0/+1
* Refactor name lookup.Douglas Gregor2009-01-141-61/+17
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-081-1/+1
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-081-1/+1
* Delay parsing of default arguments of member functions until the classDouglas Gregor2008-12-161-1/+7
* Partial fix for qualified name lookup, such that the lookup of N inDouglas Gregor2008-12-161-12/+11
* Make name lookup when we're inside a declarator's scope, such as ClassName::f...Douglas Gregor2008-12-161-6/+5
* Address some comments on the name lookup/DeclContext patch from ChrisDouglas Gregor2008-12-111-6/+7
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-3/+22
* stop calling II::getName() unnecesarily in semaChris Lattner2008-11-191-2/+2
* Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor2008-11-171-5/+6
* Implement Sema support for C++ nested-name-specifiers.Argyrios Kyrtzidis2008-11-081-0/+131
OpenPOWER on IntegriCloud