Age | Commit message (Expand) | Author |
2012-02-27 | Fix a couple bugs in the way we handle array indexes in array bounds checking... | Eli Friedman |
2012-02-23 | Modernize some code which processes CastExprs to use CastKinds. No intended ... | Eli Friedman |
2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-21 | When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa... | Jean-Daniel Dupas |
2012-02-15 | Make -Wformat fix-its preserve original conversion specifiers. | Hans Wennborg |
2012-02-14 | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko |
2012-02-10 | Support all null pointer literals in format strings. | David Blaikie |
2012-02-10 | Enhance checking for null format string literal to take into account __null. ... | Ted Kremenek |
2012-02-09 | Implement return type deduction for lambdas per C++11 | Douglas Gregor |
2012-02-09 | Various interrelated cleanups for lambdas: | Douglas Gregor |
2012-02-07 | non-literal strftime format string is not unsafe. | Jean-Daniel Dupas |
2012-02-07 | Implements support of format_arg attribute on C++ member. | Jean-Daniel Dupas |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-03 | Do not show macro expansion in strncat warnings, which can be defined as | Anna Zaks |
2012-02-02 | Change the check for constant-conversion with width-1 bitfields so it doesn't... | Eli Friedman |
2012-02-01 | Add a new compiler warning, which flags anti-patterns used as the size | Anna Zaks |
2012-01-31 | Revert r149359. This was a hack to a problem with an easy workaround, and it... | Ted Kremenek |
2012-01-31 | FormatCheckers should emit all diagnostics using EmitFormatDiagnostic(). | Jean-Daniel Dupas |
2012-01-31 | Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://probl... | Ted Kremenek |
2012-01-31 | Make a bunch of local functions 'static'. | Ted Kremenek |
2012-01-31 | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber |
2012-01-30 | Disable "non literal format string" for NSString that result from a macro exp... | Jean-Daniel Dupas |
2012-01-30 | Update on format attribute handling. | Jean-Daniel Dupas |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-26 | Turn off implicit truncation warning for compound assignment to bitfields; it... | Eli Friedman |
2012-01-26 | Make the bitfield implicit truncation warning slightly more aggressive, and m... | Eli Friedman |
2012-01-25 | Add support for const pointer to literal-objc string as format attribute. | Jean-Daniel Dupas |
2012-01-25 | Add "multiple format attributes" support on block. | Jean-Daniel Dupas |
2012-01-23 | Make sure the AST correctly represents lvalue-to-rvalue conversions where app... | Eli Friedman |
2012-01-17 | objc-arc: when 'assign' attribute is unspecified, | Fariborz Jahanian |
2012-01-17 | Fix a couples of issues in format strings checking. | Jean-Daniel Dupas |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-17 | Use Builtin ID as the return value | Anna Zaks |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall |
2012-01-13 | Move identification of memory setting and copying functions (memset, | Anna Zaks |
2012-01-10 | objc-arc: fixes a crash when trying to find out retaining cycle | Fariborz Jahanian |
2012-01-06 | Suppress -Wunused-value within macros from system headers. | Matt Beaumont-Gay |
2012-01-04 | Add an APValue representation for the difference between two address-of-label... | Eli Friedman |
2011-12-28 | Small refactoring and simplification of constant evaluation and some of its | Richard Smith |
2011-12-16 | PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which | Richard Smith |
2011-12-15 | Support the 'a' length modifier in scanf format strings as a C90 | Hans Wennborg |
2011-12-15 | Enhance the -Wsign-compare handling to suppress the -Wsign-compare warning in... | Eli Friedman |
2011-12-14 | r146430 lost some compile-time performance on MultiSource/Benchmarks/MiBench/... | Matt Beaumont-Gay |
2011-12-12 | Suppress -Warray-bounds in certain cases involving macros from system headers. | Matt Beaumont-Gay |
2011-12-10 | Check that arguments to a scanf call match the format specifier, | Hans Wennborg |
2011-12-09 | Add notes for suppressing and (if it's a zero-arg function returning bool) fi... | David Blaikie |
2011-12-09 | Make printf warnings refer to wint_t and wchar_t by name | Hans Wennborg |
2011-12-07 | Make printf warnings refer to intmax_t et al. by name | Hans Wennborg |