Age | Commit message (Expand) | Author |
2012-09-26 | Fix an edge case of mangling involving the combination of a lambda and typeid. | Eli Friedman |
2012-09-24 | Change the wording of the extension warning from | Dmitri Gribenko |
2012-09-24 | Small cleanup of literal semantic analysis: hiding 'char *' pointers behind | Dmitri Gribenko |
2012-09-21 | objective-C: when diagnosing deprecated/unavailable usage of | Fariborz Jahanian |
2012-09-15 | -Warc-retain-cycles: warn at variable initialization as well as assignment. | Jordan Rose |
2012-09-14 | In debugger mode, allow comparisons between pointers and integers | Douglas Gregor |
2012-09-06 | refactoring + objective-C specific test for my last patch. | Fariborz Jahanian |
2012-09-06 | c: make __attribute__((unused)) transitive. | Fariborz Jahanian |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
2012-08-30 | objective-C: clang must implicitly convert | Fariborz Jahanian |
2012-08-29 | objective-C: make -Widiomatic-parentheses work | Fariborz Jahanian |
2012-08-24 | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer |
2012-08-23 | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer |
2012-08-23 | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer |
2012-08-17 | Don't do jump-scope checking when code completion is enabled. It's | Douglas Gregor |
2012-08-08 | Implement warning for integral null pointer constants other than the literal 0. | David Blaikie |
2012-08-08 | objc: Include all types when issuing warning under | Fariborz Jahanian |
2012-08-07 | objc-arc: Make -Wdirect-ivar-access accessible to all | Fariborz Jahanian |
2012-08-07 | objective-c: Exclude -Wdirect-ivar-access for arc. | Fariborz Jahanian |
2012-08-06 | objective-c: Implement gcc's -Wdirect-ivar-access option. | Fariborz Jahanian |
2012-08-06 | Refactor checks for unevaluated contexts into a common utility function. | David Blaikie |
2012-07-31 | Introduce new queries on ObjCRuntime for how to interpret subscripts | John McCall |
2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
2012-07-22 | PR12917: Remove incorrect assumption that lambda mangling information cannot | Richard Smith |
2012-07-19 | For varargs, diagnose passing ObjC objects by value like other non-POD types. | Jordan Rose |
2012-07-17 | Handle the case where the base type is not dependent, but the derived one is. | Rafael Espindola |
2012-07-17 | Issue warning when assigning out-of-range integer values to enums. | Fariborz Jahanian |
2012-07-17 | -Wobjc-literal-compare: don't warn when comparing against nil. | Jordan Rose |
2012-07-17 | Add -Wobjc-string-compare under -Wobjc-literal-compare. | Jordan Rose |
2012-07-17 | Now that -Wobjc-literal-compare is a warning, put the fixit on a note. | Jordan Rose |
2012-07-16 | PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument | Richard Smith |
2012-07-09 | Downgrade the "direct comparison" error for ObjC literals to a warning. | Jordan Rose |
2012-07-08 | PR9793: Treat substitution as an instantiation step for the purpose of the | Richard Smith |
2012-07-03 | Rename -Wself-assign-memvar to -Wself-assign-field to improve local consisten... | Nico Weber |
2012-07-02 | In blocks, only pretend that enum constants have enum type if necessary. | Jordan Rose |
2012-06-29 | Change condition to be the same as in SemaTemplateInstantiate. | Nico Weber |
2012-06-28 | Warn on self-assignment to member variables. PR13104. | Nico Weber |
2012-06-27 | Refactoring after r159290: don't hold onto and check a misleading QualType. | Richard Smith |
2012-06-27 | Check for non-POD vararg argument type after default argument promotion, not | Richard Smith |
2012-06-27 | Implement John McCall's review of r159212 other than the this pointer not | Rafael Espindola |
2012-06-27 | Fix a crash I introduced in r159212. | Rafael Espindola |
2012-06-26 | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola |
2012-06-25 | Unrevert r158887, reverted in r158949, along with a fix for the bug which | Richard Smith |
2012-06-23 | Support L__FUNCTION__ in microsoft mode, PR11789 | Nico Weber |
2012-06-22 | Show fixit for unqualified calls to methods of dependent bases | Nico Weber |
2012-06-21 | Revert r158887. This fixes pr13168. | Rafael Espindola |
2012-06-21 | Don't warn for -Wstatic-in-inline if the used function is also inline. | Jordan Rose |
2012-06-21 | If an object (such as a std::string) with an appropriate c_str() member function | Richard Smith |
2012-06-20 | Allow unqualified lookup of non-dependent member functions | Nico Weber |
2012-06-20 | Remove -Winternal-linkage-in-inline in C++. | Jordan Rose |