Age | Commit message (Expand) | Author |
2010-04-24 | Be more careful around dependent nested-name-specifiers, complaining | Douglas Gregor |
2010-04-24 | Keep track of when DependentNameTypes have no associated keyword | Douglas Gregor |
2010-04-24 | Recommit r102215, this time being more careful to only set the "principal | John McCall |
2010-04-24 | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel |
2010-04-23 | Rework Parser-Sema interface for Objective-C @catch exception object | Douglas Gregor |
2010-04-23 | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson |
2010-04-23 | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall |
2010-04-23 | Recommit my change to how C++ does elaborated type lookups, now with | John McCall |
2010-04-23 | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar |
2010-04-23 | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall |
2010-04-22 | When checking whether to diagnose an initialized "extern" variable, | Douglas Gregor |
2010-04-22 | Re-land the patch that merges two diagnostics into one now that it passes sel... | Anders Carlsson |
2010-04-22 | Revert "Unify two diagnostics into one.", it breaks with an assertion failure... | Daniel Dunbar |
2010-04-22 | Unify two diagnostics into one. | Anders Carlsson |
2010-04-20 | Remove an unused parameter from isImplicitlyDefined. | Anders Carlsson |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
2010-04-19 | Only suppress the "extern variable has an initializer" warning when the exter... | Douglas Gregor |
2010-04-19 | Disable the "'extern' variable has an initializer" warning in C++, | Douglas Gregor |
2010-04-16 | Start working on handling wide bitfields in C++ | Anders Carlsson |
2010-04-15 | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor |
2010-04-15 | Improve the bit-field too wide error message. | Anders Carlsson |
2010-04-15 | Fix a few cases where enum constant handling was using | Douglas Gregor |
2010-04-14 | Teach typo correction about various language keywords. We can't | Douglas Gregor |
2010-04-14 | Mark a function declaration invalid if any of its parameter declarations | John McCall |
2010-04-13 | Support befriending members of class template specializations. | John McCall |
2010-04-13 | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall |
2010-04-13 | Parse constructor names in friend declarations. Part of the fix for | John McCall |
2010-04-13 | Don't try to find a scope corresponding to the search DC for an unfound | John McCall |
2010-04-12 | Fix a crash-on-invalid involving name lookup of tag names, where we | Douglas Gregor |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-09 | Don't warn about unused static functions if they are marked with | Chris Lattner |
2010-04-08 | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor |
2010-04-08 | Explain that a template needs arguments to make it into a type, for | Jeffrey Yasskin |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-07 | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin |
2010-04-06 | Patch to not build ivar ASTs when they are ilegally | Fariborz Jahanian |
2010-04-02 | Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow t... | Daniel Dunbar |
2010-03-31 | Improve diagnostics when an elaborated-type-specifer containing a | Douglas Gregor |
2010-03-31 | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | 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-31 | Support __attribute__((unused)) on types. This suddenly started firing | John McCall |
2010-03-31 | Fix PR6327: restore invariants when there's a parse error in an initializer. | John McCall |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-27 | Implement method friends in class templates and fix a few related problems. | John McCall |
2010-03-25 | When finishing a function definition, leave the function definition *after* | John McCall |
2010-03-25 | Handle simple friend-class decls in class templates better by ensuring that | John McCall |