Age | Commit message (Expand) | Author |
2009-07-31 | Remove a redundant getCanonicalType call | Douglas Gregor |
2009-07-30 | What luck! Clang obtains support for refering to members of the | Douglas Gregor |
2009-07-30 | Support out-of-line definitions of the members of class template | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-22 | Implement support for out-of-line definitions of the class members of class | Douglas Gregor |
2009-07-22 | Complain if we're entering the context of a dependent nested-name-specifier but | Douglas Gregor |
2009-07-21 | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor |
2009-07-21 | Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute | Douglas Gregor |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-06-17 | Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC... | Argyrios Kyrtzidis |
2009-05-14 | Implement explicit instantiations of member classes of class templates, e.g., | Douglas Gregor |
2009-05-11 | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor |
2009-03-28 | More improvements to namespace aliases. We now support everything except alia... | Anders Carlsson |
2009-03-27 | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor |
2009-03-26 | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor |
2009-03-26 | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor |
2009-03-19 | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |
2009-03-18 | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor |
2009-03-11 | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-14 | Add svn:eol-style=native to some files | Cedric Venet |
2009-02-04 | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor |
2009-01-30 | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-24 | Add support for declaring pointers to members. | Sebastian Redl |
2009-01-14 | Refactor name lookup. | Douglas Gregor |
2009-01-08 | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor |
2009-01-08 | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff |
2008-12-16 | Delay parsing of default arguments of member functions until the class | Douglas Gregor |
2008-12-16 | Partial fix for qualified name lookup, such that the lookup of N in | Douglas Gregor |
2008-12-16 | Make name lookup when we're inside a declarator's scope, such as ClassName::f... | Douglas Gregor |
2008-12-11 | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-11-19 | stop calling II::getName() unnecesarily in sema | Chris Lattner |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-11-08 | Implement Sema support for C++ nested-name-specifiers. | Argyrios Kyrtzidis |