Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | Reapply Logging: make os_log buffer size an integer constant expression. | Tim Northover | 1 | -955/+0 |
2018-11-01 | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 1 | -1/+1 |
2018-10-30 | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 1 | -1/+1 |
2018-09-19 | Sema: handle `wint_t` more carefully for printf checking | Saleem Abdulrasool | 1 | -4/+6 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -5/+5 |
2016-10-24 | Add support for __builtin_os_log_format[_buffer_size] | Mehdi Amini | 1 | -0/+3 |
2016-10-24 | Revert "Add support for __builtin_os_log_format[_buffer_size]" | Mehdi Amini | 1 | -3/+0 |
2016-10-24 | Add support for __builtin_os_log_format[_buffer_size] | Mehdi Amini | 1 | -0/+3 |
2016-09-30 | Move UTF functions into namespace llvm. | Justin Lebar | 1 | -3/+4 |
2016-08-20 | [Sema] Don't crash on scanf on forward-declared enums. | Benjamin Kramer | 1 | -3/+14 |
2016-04-26 | Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4 | Sunil Srivastava | 1 | -2/+2 |
2016-03-29 | [Sema] Handle UTF-8 invalid format string specifiers | Bruno Cardoso Lopes | 1 | -0/+23 |
2016-02-18 | Remove use of builtin comma operator. | Richard Trieu | 1 | -4/+12 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -1/+1 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -1/+1 |
2015-05-18 | Wrap to 80 columns. No behavior change. | Nico Weber | 1 | -1/+2 |
2015-03-04 | Add a format warning for "%p" with non-void* args | Seth Cantrell | 1 | -37/+45 |
2015-02-19 | Add support for analyzing FreeBSD kernel printf extensions. | Dimitry Andric | 1 | -0/+16 |
2014-09-07 | MS format strings: parse the 'Z' printf conversion specifier (PR20808) | Hans Wennborg | 1 | -1/+8 |
2014-09-04 | MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) | Hans Wennborg | 1 | -1/+13 |
2014-09-04 | MS format strings: support the 'w' length modifier (PR20808) | Hans Wennborg | 1 | -0/+15 |
2014-08-29 | Add a comment, no functional change. | Nico Weber | 1 | -1/+1 |
2014-05-20 | [C++11] Use 'nullptr'. Analysis edition. | Craig Topper | 1 | -3/+3 |
2013-08-21 | Analysis: Add support for MS specific printf format specifiers | David Majnemer | 1 | -1/+45 |
2013-05-10 | Add support for __wchar_t in -fms-extensions mode. | Hans Wennborg | 1 | -2/+2 |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie | 1 | -2/+2 |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 1 | -5/+4 |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 1 | -1/+1 |
2012-09-13 | Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. | Jordan Rose | 1 | -0/+23 |
2012-09-13 | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose | 1 | -0/+12 |
2012-09-08 | Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. | Jordan Rose | 1 | -11/+3 |
2012-09-08 | Format strings: %Ld isn't available on Darwin or Windows. | Jordan Rose | 1 | -3/+27 |
2012-08-07 | Remove ScanfArgType and bake that logic into ArgType. | Hans Wennborg | 1 | -18/+48 |
2012-08-07 | Rename analyze_format_string::ArgTypeResult to ArgType | Hans Wennborg | 1 | -10/+10 |
2012-07-31 | -Wformat: better handling of qualifiers on pointer arguments | Hans Wennborg | 1 | -0/+7 |
2012-07-27 | Make -Wformat walk the typedef chain when looking for size_t, etc. | Hans Wennborg | 1 | -0/+34 |
2012-06-04 | Teach printf/scanf about enums with fixed underlying types. | Jordan Rose | 1 | -0/+6 |
2012-05-08 | Make -Wformat accept printf("%hhx", c); with -funsigned-char | Hans Wennborg | 1 | -2/+1 |
2012-05-04 | Fix handling of wint_t - we can't assume wint_t is purely an integer promotio... | James Molloy | 1 | -10/+10 |
2012-03-15 | Support '%p' format specifier with block pointers. | Ted Kremenek | 1 | -1/+1 |
2012-03-09 | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg | 1 | -0/+3 |
2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg | 1 | -0/+71 |
2012-02-16 | Format string analysis: give 'q' its own enumerator. | Hans Wennborg | 1 | -3/+6 |
2012-02-06 | Tweak format string checking to work with %@ and ObjC toll-free bridging. <r... | Ted Kremenek | 1 | -3/+17 |
2012-01-31 | Format string warnings: don't a.k.a. wchar_t with wchar_t. | Hans Wennborg | 1 | -1/+1 |
2012-01-25 | Fix NSLog format string checking for %@. | Ted Kremenek | 1 | -1/+2 |
2012-01-24 | Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes... | Ted Kremenek | 1 | -0/+8 |
2012-01-20 | The 'l' length modifier makes sense with the scanlist conversion specifier. | Ted Kremenek | 1 | -0/+1 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -7/+3 |
2012-01-12 | scanf: parse the 'm' length modifier, and check that the right arguments | Hans Wennborg | 1 | -0/+21 |