| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith | 2012-11-07 | 1 | -9/+38 |
* | When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope | Richard Smith | 2012-10-23 | 1 | -2/+6 |
* | Unrevert r166268, reverted in r166272, with a fix for the issue which Nick | Richard Smith | 2012-10-21 | 1 | -2/+12 |
* | Fix __builtin_va_arg assertion failure in ARM AAPCS. | Logan Chien | 2012-10-20 | 1 | -0/+10 |
* | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith | 2012-10-20 | 1 | -9/+10 |
* | Clarify wording of -Wshift-op-parentheses. | David Blaikie | 2012-10-19 | 1 | -5/+5 |
* | Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. | Nick Lewycky | 2012-10-19 | 1 | -12/+2 |
* | PR14124: When performing template instantiation of a qualified-id outside of a | Richard Smith | 2012-10-19 | 1 | -2/+12 |
* | Minor tweak to last patch along with a test case. | Fariborz Jahanian | 2012-10-16 | 1 | -1/+1 |
* | fixes an objc crash involving objc bool literal on | Fariborz Jahanian | 2012-10-16 | 1 | -1/+1 |
* | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar | 2012-10-15 | 1 | -6/+2 |
* | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber | 2012-10-15 | 1 | -2/+6 |
* | Fix typo correction of one qualified name to another. | David Blaikie | 2012-10-12 | 1 | -1/+2 |
* | Provide a fixit when taking the address of an unqualified member function. | David Blaikie | 2012-10-11 | 1 | -2/+10 |
* | Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. | Jordan Rose | 2012-10-10 | 1 | -5/+9 |
* | Use a single note diagnostic for all the precedent/parentheses warnings. | David Blaikie | 2012-10-08 | 1 | -8/+10 |
* | StringRef-ify Binary/UnaryOperator::getOpcodeStr | David Blaikie | 2012-10-08 | 1 | -2/+2 |
* | Implement -Wshift-op-parentheses for: a << b + c | David Blaikie | 2012-10-05 | 1 | -0/+21 |
* | objective-C arc: Warn under arc about a use of an ivar inside a block | Fariborz Jahanian | 2012-10-03 | 1 | -0/+3 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -2/+4 |
* | -Warc-repeated-use-of-weak: check ivars and variables as well. | Jordan Rose | 2012-09-28 | 1 | -3/+25 |
* | Add a warning (off by default) for repeated use of the same weak property. | Jordan Rose | 2012-09-28 | 1 | -0/+13 |
* | Fix an edge case of mangling involving the combination of a lambda and typeid. | Eli Friedman | 2012-09-26 | 1 | -0/+8 |
* | Change the wording of the extension warning from | Dmitri Gribenko | 2012-09-24 | 1 | -5/+9 |
* | Small cleanup of literal semantic analysis: hiding 'char *' pointers behind | Dmitri Gribenko | 2012-09-24 | 1 | -9/+10 |
* | objective-C: when diagnosing deprecated/unavailable usage of | Fariborz Jahanian | 2012-09-21 | 1 | -5/+19 |
* | -Warc-retain-cycles: warn at variable initialization as well as assignment. | Jordan Rose | 2012-09-15 | 1 | -3/+11 |
* | In debugger mode, allow comparisons between pointers and integers | Douglas Gregor | 2012-09-14 | 1 | -1/+4 |
* | refactoring + objective-C specific test for my last patch. | Fariborz Jahanian | 2012-09-06 | 1 | -4/+1 |
* | c: make __attribute__((unused)) transitive. | Fariborz Jahanian | 2012-09-06 | 1 | -3/+13 |
* | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -3/+24 |
* | objective-C: clang must implicitly convert | Fariborz Jahanian | 2012-08-30 | 1 | -1/+13 |
* | objective-C: make -Widiomatic-parentheses work | Fariborz Jahanian | 2012-08-29 | 1 | -1/+3 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -48/+40 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -16/+11 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -15/+14 |
* | Don't do jump-scope checking when code completion is enabled. It's | Douglas Gregor | 2012-08-17 | 1 | -1/+2 |
* | Implement warning for integral null pointer constants other than the literal 0. | David Blaikie | 2012-08-08 | 1 | -1/+4 |
* | objc: Include all types when issuing warning under | Fariborz Jahanian | 2012-08-08 | 1 | -5/+4 |
* | objc-arc: Make -Wdirect-ivar-access accessible to all | Fariborz Jahanian | 2012-08-07 | 1 | -3/+1 |
* | objective-c: Exclude -Wdirect-ivar-access for arc. | Fariborz Jahanian | 2012-08-07 | 1 | -2/+6 |
* | objective-c: Implement gcc's -Wdirect-ivar-access option. | Fariborz Jahanian | 2012-08-06 | 1 | -0/+3 |
* | Refactor checks for unevaluated contexts into a common utility function. | David Blaikie | 2012-08-06 | 1 | -4/+3 |
* | Introduce new queries on ObjCRuntime for how to interpret subscripts | John McCall | 2012-07-31 | 1 | -55/+75 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -3/+3 |
* | PR12917: Remove incorrect assumption that lambda mangling information cannot | Richard Smith | 2012-07-22 | 1 | -0/+3 |
* | For varargs, diagnose passing ObjC objects by value like other non-POD types. | Jordan Rose | 2012-07-19 | 1 | -11/+16 |
* | Handle the case where the base type is not dependent, but the derived one is. | Rafael Espindola | 2012-07-17 | 1 | -2/+0 |
* | Issue warning when assigning out-of-range integer values to enums. | Fariborz Jahanian | 2012-07-17 | 1 | -1/+4 |
* | -Wobjc-literal-compare: don't warn when comparing against nil. | Jordan Rose | 2012-07-17 | 1 | -2/+16 |