| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Do not show macro expansion in strncat warnings, which can be defined as | Anna Zaks | 2012-02-03 | 1 | -7/+16 |
* | Change the check for constant-conversion with width-1 bitfields so it doesn't... | Eli Friedman | 2012-02-02 | 1 | -2/+2 |
* | Add a new compiler warning, which flags anti-patterns used as the size | Anna Zaks | 2012-02-01 | 1 | -4/+109 |
* | Revert r149359. This was a hack to a problem with an easy workaround, and it... | Ted Kremenek | 2012-01-31 | 1 | -14/+4 |
* | FormatCheckers should emit all diagnostics using EmitFormatDiagnostic(). | Jean-Daniel Dupas | 2012-01-31 | 1 | -15/+21 |
* | Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://probl... | Ted Kremenek | 2012-01-31 | 1 | -4/+14 |
* | Make a bunch of local functions 'static'. | Ted Kremenek | 2012-01-31 | 1 | -22/+23 |
* | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber | 2012-01-31 | 1 | -1/+2 |
* | Disable "non literal format string" for NSString that result from a macro exp... | Jean-Daniel Dupas | 2012-01-30 | 1 | -0/+7 |
* | Update on format attribute handling. | Jean-Daniel Dupas | 2012-01-30 | 1 | -58/+40 |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -0/+1 |
* | Turn off implicit truncation warning for compound assignment to bitfields; it... | Eli Friedman | 2012-01-26 | 1 | -2/+2 |
* | Make the bitfield implicit truncation warning slightly more aggressive, and m... | Eli Friedman | 2012-01-26 | 1 | -8/+9 |
* | Add support for const pointer to literal-objc string as format attribute. | Jean-Daniel Dupas | 2012-01-25 | 1 | -0/+4 |
* | Add "multiple format attributes" support on block. | Jean-Daniel Dupas | 2012-01-25 | 1 | -6/+6 |
* | Make sure the AST correctly represents lvalue-to-rvalue conversions where app... | Eli Friedman | 2012-01-23 | 1 | -0/+6 |
* | objc-arc: when 'assign' attribute is unspecified, | Fariborz Jahanian | 2012-01-17 | 1 | -4/+24 |
* | Fix a couples of issues in format strings checking. | Jean-Daniel Dupas | 2012-01-17 | 1 | -73/+96 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -2/+2 |
* | Use Builtin ID as the return value | Anna Zaks | 2012-01-17 | 1 | -18/+30 |
* | Some improvements to the handling of C11 atomic types: | David Chisnall | 2012-01-16 | 1 | -1/+7 |
* | Move identification of memory setting and copying functions (memset, | Anna Zaks | 2012-01-13 | 1 | -88/+20 |
* | objc-arc: fixes a crash when trying to find out retaining cycle | Fariborz Jahanian | 2012-01-10 | 1 | -4/+12 |
* | Suppress -Wunused-value within macros from system headers. | Matt Beaumont-Gay | 2012-01-06 | 1 | -13/+8 |
* | Add an APValue representation for the difference between two address-of-label... | Eli Friedman | 2012-01-04 | 1 | -1/+1 |
* | Small refactoring and simplification of constant evaluation and some of its | Richard Smith | 2011-12-28 | 1 | -4/+2 |
* | PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which | Richard Smith | 2011-12-16 | 1 | -1/+3 |
* | Support the 'a' length modifier in scanf format strings as a C90 | Hans Wennborg | 2011-12-15 | 1 | -2/+4 |
* | Enhance the -Wsign-compare handling to suppress the -Wsign-compare warning in... | Eli Friedman | 2011-12-15 | 1 | -1/+1 |
* | r146430 lost some compile-time performance on MultiSource/Benchmarks/MiBench/... | Matt Beaumont-Gay | 2011-12-14 | 1 | -19/+24 |
* | Suppress -Warray-bounds in certain cases involving macros from system headers. | Matt Beaumont-Gay | 2011-12-12 | 1 | -1/+11 |
* | Check that arguments to a scanf call match the format specifier, | Hans Wennborg | 2011-12-10 | 1 | -2/+32 |
* | Add notes for suppressing and (if it's a zero-arg function returning bool) fi... | David Blaikie | 2011-12-09 | 1 | -0/+10 |
* | Make printf warnings refer to wint_t and wchar_t by name | Hans Wennborg | 2011-12-09 | 1 | -3/+0 |
* | Make printf warnings refer to intmax_t et al. by name | Hans Wennborg | 2011-12-07 | 1 | -3/+3 |
* | Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash | Richard Trieu | 2011-12-06 | 1 | -4/+5 |
* | Add a warning for implicit conversion from function literals (and static | Lang Hames | 2011-12-05 | 1 | -0/+19 |
* | Revert r145697 and dependent patch r145702. It added a dependency from | Nick Lewycky | 2011-12-02 | 1 | -1/+1 |
* | Make conversion specifier warning refer to typedef if possible. | Hans Wennborg | 2011-12-02 | 1 | -1/+1 |
* | Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycl... | Ted Kremenek | 2011-12-01 | 1 | -1/+7 |
* | Suppress -Warray-bounds for classes (not just structs) where the last field is | Matt Beaumont-Gay | 2011-11-29 | 1 | -2/+5 |
* | Merge branch 'yo-dawg-i-herd-u-like-arrays' | Matt Beaumont-Gay | 2011-11-29 | 1 | -0/+11 |
* | When checking a call to a builtin atomic operation, be sure to | Douglas Gregor | 2011-11-28 | 1 | -13/+199 |
* | Fix Neon builtin pointer argument checking for "sret" builtins. | Bob Wilson | 2011-11-16 | 1 | -22/+18 |
* | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith | 2011-11-10 | 1 | -3/+3 |
* | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -0/+6 |
* | Mark the overloaded atomic builtins as having custom type checking, | Douglas Gregor | 2011-11-08 | 1 | -8/+0 |
* | Check pointer types for arguments of Neon load/store macros. rdar://9958031 | Bob Wilson | 2011-11-08 | 1 | -3/+54 |
* | Clean up type flags for overloaded Neon builtins. No functional change. | Bob Wilson | 2011-11-08 | 1 | -23/+21 |