| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disable the "'extern' variable has an initializer" warning in C++, | Douglas Gregor | 2010-04-19 | 1 | -1/+2 |
* | Start working on handling wide bitfields in C++ | Anders Carlsson | 2010-04-16 | 1 | -4/+16 |
* | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -19/+24 |
* | Improve the bit-field too wide error message. | Anders Carlsson | 2010-04-15 | 1 | -2/+2 |
* | Fix a few cases where enum constant handling was using | Douglas Gregor | 2010-04-15 | 1 | -3/+3 |
* | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -26/+30 |
* | Mark a function declaration invalid if any of its parameter declarations | John McCall | 2010-04-14 | 1 | -0/+3 |
* | Support befriending members of class template specializations. | John McCall | 2010-04-13 | 1 | -7/+4 |
* | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall | 2010-04-13 | 1 | -9/+18 |
* | Parse constructor names in friend declarations. Part of the fix for | John McCall | 2010-04-13 | 1 | -1/+8 |
* | Don't try to find a scope corresponding to the search DC for an unfound | John McCall | 2010-04-13 | 1 | -8/+0 |
* | Fix a crash-on-invalid involving name lookup of tag names, where we | Douglas Gregor | 2010-04-12 | 1 | -2/+1 |
* | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor | 2010-04-12 | 1 | -38/+43 |
* | Don't warn about unused static functions if they are marked with | Chris Lattner | 2010-04-09 | 1 | -1/+3 |
* | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor | 2010-04-08 | 1 | -3/+2 |
* | Explain that a template needs arguments to make it into a type, for | Jeffrey Yasskin | 2010-04-08 | 1 | -0/+18 |
* | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -3/+3 |
* | Implement dependent friend function template specializations. | John McCall | 2010-04-08 | 1 | -17/+32 |
* | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin | 2010-04-07 | 1 | -1/+1 |
* | Patch to not build ivar ASTs when they are ilegally | Fariborz Jahanian | 2010-04-06 | 1 | -11/+17 |
* | Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow t... | Daniel Dunbar | 2010-04-02 | 1 | -7/+5 |
* | Improve diagnostics when an elaborated-type-specifer containing a | Douglas Gregor | 2010-03-31 | 1 | -1/+2 |
* | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor | 2010-03-31 | 1 | -1/+3 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -25/+18 |
* | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -3/+3 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -18/+25 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -25/+18 |
* | Support __attribute__((unused)) on types. This suddenly started firing | John McCall | 2010-03-31 | 1 | -2/+18 |
* | Fix PR6327: restore invariants when there's a parse error in an initializer. | John McCall | 2010-03-31 | 1 | -0/+35 |
* | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -15/+17 |
* | Implement method friends in class templates and fix a few related problems. | John McCall | 2010-03-27 | 1 | -4/+15 |
* | When finishing a function definition, leave the function definition *after* | John McCall | 2010-03-25 | 1 | -2/+3 |
* | Handle simple friend-class decls in class templates better by ensuring that | John McCall | 2010-03-25 | 1 | -61/+79 |
* | Improve diagnostics when ivar added to class | Fariborz Jahanian | 2010-03-24 | 1 | -1/+1 |
* | Silently drop dependent friend function template specializations, | Douglas Gregor | 2010-03-24 | 1 | -4/+11 |
* | Correct that last fixit: if the user wrote | John McCall | 2010-03-24 | 1 | -2/+17 |
* | Support friend function specializations. | John McCall | 2010-03-24 | 1 | -0/+10 |
* | When recovering from a qualified typedef name, don't clear out the | Douglas Gregor | 2010-03-23 | 1 | -1/+2 |
* | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -4/+3 |
* | -Wshadow should only warn about parameter declarations when we're | John McCall | 2010-03-22 | 1 | -12/+22 |
* | Fix PR6618. | Rafael Espindola | 2010-03-21 | 1 | -0/+4 |
* | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -14/+22 |
* | Implement -Wshadow for parameter declarations as well. | John McCall | 2010-03-20 | 1 | -18/+36 |
* | Redeclaration lookups for parameter names should be flagged as redeclaration ... | John McCall | 2010-03-18 | 1 | -1/+5 |
* | ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not | John McCall | 2010-03-17 | 1 | -3/+3 |
* | Remove warning about shadowing a built-in; built-ins aren't actually | Douglas Gregor | 2010-03-17 | 1 | -9/+1 |
* | Clean up after ourselves when there's an error parsing the base clause. | John McCall | 2010-03-17 | 1 | -0/+12 |
* | Implement -Wshadow. Based on a patch by Mike M.! | John McCall | 2010-03-16 | 1 | -0/+62 |
* | Perform access control for the implicit calls to base and member destructors | John McCall | 2010-03-16 | 1 | -1/+2 |
* | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall | 2010-03-15 | 1 | -0/+18 |