| Commit message (Expand) | Author | Age | Files | Lines |
* | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -0/+1 |
* | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall | 2009-11-17 | 1 | -13/+15 |
* | When starting a C++ member access expression, make sure to compute the | Douglas Gregor | 2009-11-04 | 1 | -63/+68 |
* | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -3/+1 |
* | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -20/+23 |
* | When entering the scope of a declarator, make sure that the scope is | Douglas Gregor | 2009-09-24 | 1 | -2/+10 |
* | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor | 2009-09-18 | 1 | -4/+4 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -63/+63 |
* | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -37/+88 |
* | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor | 2009-09-02 | 1 | -1/+5 |
* | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -85/+153 |
* | More missing member goodness. | Anders Carlsson | 2009-08-30 | 1 | -3/+6 |
* | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson | 2009-08-30 | 1 | -1/+1 |
* | Bye-bye old RequireCompleteType. | Anders Carlsson | 2009-08-26 | 1 | -2/+3 |
* | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor | 2009-08-26 | 1 | -16/+6 |
* | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -13/+17 |
* | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -1/+1 |
* | Take 2 on AltiVec-style vector initializers. | Nate Begeman | 2009-08-10 | 1 | -0/+3 |
* | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor | 2009-08-06 | 1 | -0/+50 |
* | Remove a redundant getCanonicalType call | Douglas Gregor | 2009-07-31 | 1 | -1/+1 |
* | What luck! Clang obtains support for refering to members of the | Douglas Gregor | 2009-07-30 | 1 | -1/+2 |
* | Support out-of-line definitions of the members of class template | Douglas Gregor | 2009-07-30 | 1 | -2/+12 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -2/+2 |
* | Implement support for out-of-line definitions of the class members of class | Douglas Gregor | 2009-07-22 | 1 | -1/+1 |
* | Complain if we're entering the context of a dependent nested-name-specifier but | Douglas Gregor | 2009-07-22 | 1 | -1/+13 |
* | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor | 2009-07-21 | 1 | -7/+43 |
* | Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute | Douglas Gregor | 2009-07-21 | 1 | -3/+8 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -2/+2 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -2/+2 |
* | Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC... | Argyrios Kyrtzidis | 2009-06-17 | 1 | -13/+2 |
* | Implement explicit instantiations of member classes of class templates, e.g., | Douglas Gregor | 2009-05-14 | 1 | -1/+2 |
* | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor | 2009-05-11 | 1 | -5/+97 |
* | More improvements to namespace aliases. We now support everything except alia... | Anders Carlsson | 2009-03-28 | 1 | -0/+4 |
* | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor | 2009-03-27 | 1 | -5/+8 |
* | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor | 2009-03-26 | 1 | -4/+4 |
* | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor | 2009-03-26 | 1 | -24/+63 |
* | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor | 2009-03-19 | 1 | -0/+15 |
* | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -47/+17 |
* | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor | 2009-03-18 | 1 | -11/+52 |
* | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor | 2009-03-11 | 1 | -0/+30 |
* | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -0/+11 |
* | Add svn:eol-style=native to some files | Cedric Venet | 2009-02-14 | 1 | -106/+106 |
* | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
* | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -8/+2 |
* | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
* | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
* | Add support for declaring pointers to members. | Sebastian Redl | 2009-01-24 | 1 | -0/+1 |
* | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -61/+17 |
* | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor | 2009-01-08 | 1 | -1/+1 |
* | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -1/+1 |