Age | Commit message (Expand) | Author |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-02-25 | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor |
2010-02-24 | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor |
2010-02-21 | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor |
2010-02-05 | When determining whether a scope specifier is complete, consider a | Douglas Gregor |
2010-01-19 | Teach Sema::ActOnDependentTemplateName that a dependent template name | Douglas Gregor |
2010-01-15 | When determining whether the type is the current instantiation, strip | Douglas Gregor |
2010-01-14 | When qualified lookup into the current instantiation fails (because it | Douglas Gregor |
2010-01-07 | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor |
2009-12-31 | Typo correction for identifiers within nested name specifiers, e.g., | Douglas Gregor |
2009-12-30 | Fix typo in comment | Douglas Gregor |
2009-12-19 | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall |
2009-12-11 | Don't enter a new scope for a namespace-qualified declarator unless we're | John McCall |
2009-12-07 | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner |
2009-12-06 | revert my previous patch, it is breaking something and I don't have time | Chris Lattner |
2009-12-06 | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner |
2009-12-02 | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall |
2009-11-18 | Split LookupResult into its own header. | John McCall |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-04 | When starting a C++ member access expression, make sure to compute the | Douglas Gregor |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-09-24 | When entering the scope of a declarator, make sure that the scope is | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-03 | Improve template instantiation for member access expressions that | Douglas Gregor |
2009-09-02 | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-08-30 | More missing member goodness. | Anders Carlsson |
2009-08-30 | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson |
2009-08-26 | Bye-bye old RequireCompleteType. | Anders Carlsson |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-19 | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-06 | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor |
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 |