| Commit message (Expand) | Author | Age | Files | Lines |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -3/+3 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -0/+1 |
* | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -7/+60 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -0/+35 |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -4/+5 |
* | Teach CXXScopeSpec to handle the extension of a nested-name-specifier | Douglas Gregor | 2011-02-24 | 1 | -85/+130 |
* | The member classes of a current instantiation aren't necessarily a | Douglas Gregor | 2011-02-19 | 1 | -8/+21 |
* | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+0 |
* | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -8/+7 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | When a nested-name-specifier refers into a current instantiation that has | Douglas Gregor | 2010-07-28 | 1 | -6/+13 |
* | When performing substitution of template arguments within the body of | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
* | When typo correction produces a result that is not of the kind we're | Douglas Gregor | 2010-06-29 | 1 | -1/+3 |
* | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -18/+9 |
* | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -55/+16 |
* | Be more careful around dependent nested-name-specifiers, complaining | Douglas Gregor | 2010-04-24 | 1 | -0/+10 |
* | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -1/+2 |
* | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -10/+13 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
* | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -14/+9 |
* | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -28/+14 |
* | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor | 2010-02-24 | 1 | -0/+48 |
* | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -14/+28 |
* | When determining whether a scope specifier is complete, consider a | Douglas Gregor | 2010-02-05 | 1 | -0/+4 |
* | Teach Sema::ActOnDependentTemplateName that a dependent template name | Douglas Gregor | 2010-01-19 | 1 | -22/+0 |
* | When determining whether the type is the current instantiation, strip | Douglas Gregor | 2010-01-15 | 1 | -2/+2 |
* | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -0/+22 |
* | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -0/+4 |
* | Typo correction for identifiers within nested name specifiers, e.g., | Douglas Gregor | 2009-12-31 | 1 | -0/+22 |
* | Fix typo in comment | Douglas Gregor | 2009-12-30 | 1 | -1/+1 |
* | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall | 2009-12-19 | 1 | -11/+15 |
* | Don't enter a new scope for a namespace-qualified declarator unless we're | John McCall | 2009-12-11 | 1 | -0/+38 |
* | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner | 2009-12-07 | 1 | -4/+39 |
* | revert my previous patch, it is breaking something and I don't have time | Chris Lattner | 2009-12-06 | 1 | -32/+4 |
* | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner | 2009-12-06 | 1 | -4/+32 |
* | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -6/+8 |
* | 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 |