Age | Commit message (Expand) | Author |
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 |
2010-03-24 | Improve diagnostics when ivar added to class | Fariborz Jahanian |
2010-03-24 | Silently drop dependent friend function template specializations, | Douglas Gregor |
2010-03-24 | Correct that last fixit: if the user wrote | John McCall |
2010-03-24 | Support friend function specializations. | John McCall |
2010-03-23 | When recovering from a qualified typedef name, don't clear out the | Douglas Gregor |
2010-03-23 | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek |
2010-03-22 | -Wshadow should only warn about parameter declarations when we're | John McCall |
2010-03-21 | Fix PR6618. | Rafael Espindola |
2010-03-20 | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek |
2010-03-20 | Implement -Wshadow for parameter declarations as well. | John McCall |
2010-03-18 | Redeclaration lookups for parameter names should be flagged as redeclaration ... | John McCall |
2010-03-17 | ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not | John McCall |
2010-03-17 | Remove warning about shadowing a built-in; built-ins aren't actually | Douglas Gregor |
2010-03-17 | Clean up after ourselves when there's an error parsing the base clause. | John McCall |
2010-03-16 | Implement -Wshadow. Based on a patch by Mike M.! | John McCall |
2010-03-16 | Perform access control for the implicit calls to base and member destructors | John McCall |
2010-03-15 | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall |
2010-03-12 | Use llvm::SmallVector instead of std::vector. | Ted Kremenek |
2010-03-11 | Maintain type source information for functions through template | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-08 | In C++98/03, an uninitialized variable that has POD class type will be | Douglas Gregor |
2010-03-07 | Fix for PR6294: we should only delay recording nested dynamic classes if they | Eli Friedman |
2010-03-02 | Diagnose the declaration of enum templates. Also, be a bit more | Douglas Gregor |
2010-03-01 | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor |
2010-03-01 | Fix the lookup of names used in a friend declaration to not attempt to | Chandler Carruth |
2010-03-01 | fix PR5933: don't warn about unused variables if a function has other errors ... | Chris Lattner |
2010-03-01 | Implement jump checking for initialized c++ variables, implementing | Chris Lattner |
2010-02-25 | Fix a really trivial crasher and begin fleshing out one of the namespace test | Chandler Carruth |