| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the new APFloat::convertToInt(APSInt) function to simplify uses of | Jeffrey Yasskin | 2011-07-15 | 1 | -7/+5 |
| * | Store bracket locations for array subscript expressions, from Erik Verbruggen! | Douglas Gregor | 2011-07-15 | 2 | -8/+26 |
| * | When creating a property in a class extension, make sure to check its | Douglas Gregor | 2011-07-15 | 1 | -0/+1 |
| * | Restore the C-style cast hack for enum template arguments, | John McCall | 2011-07-15 | 1 | -1/+10 |
| * | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 3 | -86/+85 |
| * | Remove warnings of constant operands of logical operators from template insta... | Richard Trieu | 2011-07-15 | 1 | -2/+2 |
| * | Revert 135177 to fix PR10363. | Rafael Espindola | 2011-07-14 | 1 | -225/+80 |
| * | Teach -Wconversion, -Wsign-compare etc. about division and remainder. | John McCall | 2011-07-14 | 1 | -4/+44 |
| * | For C++11, do more checking of initializer lists up-front, enabling some subs... | Sebastian Redl | 2011-07-14 | 1 | -80/+225 |
| * | Remove InitializationSequence::ReferenceBinding, the last redundant sequence ... | Sebastian Redl | 2011-07-14 | 1 | -9/+7 |
| * | Add a hackaround to avoid the crash in PR10355. However, our recovery | Douglas Gregor | 2011-07-14 | 1 | -2/+4 |
| * | PR8800: When building a conversion to A& using a member operatorA&(), do not ... | Richard Smith | 2011-07-13 | 1 | -4/+4 |
| * | Add 'mutable' to the function declarator chunk, to be used when | Douglas Gregor | 2011-07-13 | 3 | -0/+4 |
| * | Fix an incorrect namespace typo-correction diagnostic, from Kaelyn | Douglas Gregor | 2011-07-13 | 1 | -3/+0 |
| * | Enforce access control for the destructor in a new[] expression and mark | John McCall | 2011-07-13 | 1 | -1/+11 |
| * | With -Wselector, don't warn about unimplemented optional method | Fariborz Jahanian | 2011-07-13 | 1 | -5/+8 |
| * | In debugger mode, make ObjC message sends to unknown selectors return | John McCall | 2011-07-13 | 2 | -6/+13 |
| * | objc++: Some level of covariance is allowed in ObjC properties. | Fariborz Jahanian | 2011-07-13 | 1 | -6/+9 |
| * | Make the integer-range analysis recognize ^= correctly, | John McCall | 2011-07-13 | 1 | -2/+11 |
| * | Eliminate an incomplete/incorrect attempt to provide support for C++0x | Douglas Gregor | 2011-07-13 | 1 | -5/+2 |
| * | objc++: Some level of covariance is allowed in ObjC properties. | Fariborz Jahanian | 2011-07-12 | 1 | -1/+1 |
| * | Fix a bug where a local variable named 'self' is causing | Fariborz Jahanian | 2011-07-12 | 5 | -23/+13 |
| * | Pop block scope after reading from it. | Benjamin Kramer | 2011-07-12 | 1 | -4/+4 |
| * | Fix typo correction crash on overloaded functions, pr10283. | Hans Wennborg | 2011-07-12 | 2 | -3/+3 |
| * | Centralize the getCanonicalType() calls in the Itanium C++ mangling | Douglas Gregor | 2011-07-12 | 3 | -31/+7 |
| * | [ARC] Complain about property without storage attribute when @synthesizing it... | Argyrios Kyrtzidis | 2011-07-12 | 1 | -20/+43 |
| * | Style tweak to the more idiomatic 'assert(!bad_state())'. | Chandler Carruth | 2011-07-11 | 1 | -3/+3 |
| * | Hoist the logic for checking the number of arguments to an attribute | Chandler Carruth | 2011-07-11 | 1 | -79/+48 |
| * | Add diagnostic for constructs like "va_arg(l, float)" which have undefined be... | Eli Friedman | 2011-07-11 | 1 | -0/+17 |
| * | objc-arc: Diagnose when captured variable in block literals | Fariborz Jahanian | 2011-07-11 | 2 | -13/+83 |
| * | Don't complain about missing return statements for naked | Douglas Gregor | 2011-07-11 | 1 | -0/+4 |
| * | Fixed PR10243. | Abramo Bagnara | 2011-07-11 | 1 | -6/+16 |
| * | Initialize all the AnalysisBasedWarnings statistics to zero. | Benjamin Kramer | 2011-07-08 | 1 | -1/+7 |
| * | Remove unused variable. | Benjamin Kramer | 2011-07-08 | 1 | -2/+1 |
| * | objc++-arc: more diagnosis of converting a weak-unavailable | Fariborz Jahanian | 2011-07-08 | 3 | -11/+16 |
| * | Random cleanup: | Francois Pichet | 2011-07-08 | 1 | -8/+7 |
| * | objc++-arc: diagnose assignment/cast of a weak-unavailable | Fariborz Jahanian | 2011-07-07 | 3 | -23/+38 |
| * | objc-arc: diagnose assignment/cast of a weak-unavailable | Fariborz Jahanian | 2011-07-07 | 1 | -1/+32 |
| * | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 2 | -20/+45 |
| * | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 3 | -7/+24 |
| * | In an in-class initialization, defer checks for value-dependent initialization | Nick Lewycky | 2011-07-07 | 1 | -3/+5 |
| * | Based on comments from Chris, switch to using CFG::getNumBlockIDs() | Chandler Carruth | 2011-07-06 | 1 | -3/+2 |
| * | Properly implement the scope restriction on the NRVO for | Douglas Gregor | 2011-07-06 | 3 | -15/+73 |
| * | Some code cleanup of r134522 | Fariborz Jahanian | 2011-07-06 | 1 | -8/+1 |
| * | objc-arc: Support objc_arc_weak_unavailable on those | Fariborz Jahanian | 2011-07-06 | 3 | -1/+40 |
| * | Don't try to type-check a copy construction of an exception | Douglas Gregor | 2011-07-06 | 1 | -1/+1 |
| * | Build up statistics about the work done for analysis based warnings. | Chandler Carruth | 2011-07-06 | 2 | -4/+77 |
| * | Use attributes from the definition (if available) when | Rafael Espindola | 2011-07-06 | 1 | -2/+7 |
| * | When tree-transforming an expression sequence, always flag expanded | John McCall | 2011-07-06 | 1 | -5/+7 |
| * | Fixed enum types can be complete without actually being valid to use | John McCall | 2011-07-06 | 2 | -6/+27 |