| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -3/+3 |
* | os_log: When there are multiple privacy annotations in the format | Akira Hatanaka | 2018-07-11 | 1 | -5/+6 |
* | Fix parsing of privacy annotations in os_log format strings. | Akira Hatanaka | 2018-07-10 | 1 | -29/+49 |
* | [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on Darwin | Alex Lorenz | 2018-07-05 | 1 | -2/+4 |
* | [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin | JF Bastien | 2018-06-22 | 1 | -2/+2 |
* | [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei... | Leonard Chan | 2018-06-14 | 1 | -0/+18 |
* | This diff includes changes for supporting the following types. | Leonard Chan | 2018-06-04 | 1 | -0/+6 |
* | Revert "This diff includes changes for supporting the following types." | Leonard Chan | 2018-06-02 | 1 | -6/+0 |
* | This diff includes changes for supporting the following types. | Leonard Chan | 2018-06-02 | 1 | -0/+6 |
* | Implement P0482R2, support for char8_t type. | Richard Smith | 2018-05-01 | 1 | -0/+1 |
* | [clang] Add getUnsignedPointerDiffType method | Alexander Shaposhnikov | 2017-09-28 | 1 | -3/+1 |
* | Recommit "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -0/+1 |
* | Revert "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -1/+0 |
* | Add _Float16 as a C/C++ source language type | Sjoerd Meijer | 2017-09-08 | 1 | -0/+1 |
* | [clang] Fix handling of "%zd" format specifier | Alexander Shaposhnikov | 2017-07-14 | 1 | -3/+2 |
* | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+1 |
* | Add support for __builtin_os_log_format[_buffer_size] | Mehdi Amini | 2016-10-24 | 1 | -2/+41 |
* | Revert "Add support for __builtin_os_log_format[_buffer_size]" | Mehdi Amini | 2016-10-24 | 1 | -41/+2 |
* | Add support for __builtin_os_log_format[_buffer_size] | Mehdi Amini | 2016-10-24 | 1 | -2/+41 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -0/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -1/+0 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -0/+1 |
* | [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. | Alexey Bader | 2016-04-13 | 1 | -1/+1 |
* | [OpenCL] Complete image types support. | Alexey Bader | 2016-04-08 | 1 | -0/+3 |
* | [Sema] Handle UTF-8 invalid format string specifiers | Bruno Cardoso Lopes | 2016-03-29 | 1 | -1/+6 |
* | Parse 'technical term' format specifier. | Ted Kremenek | 2015-07-02 | 1 | -0/+62 |
* | Add support for analyzing FreeBSD kernel printf extensions. | Dimitry Andric | 2015-02-19 | 1 | -5/+38 |
* | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-09 | 1 | -9/+45 |
* | MS format strings: parse the 'Z' printf conversion specifier (PR20808) | Hans Wennborg | 2014-09-07 | 1 | -1/+5 |
* | MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) | Hans Wennborg | 2014-09-04 | 1 | -1/+11 |
* | MS format strings: support the 'w' length modifier (PR20808) | Hans Wennborg | 2014-09-04 | 1 | -0/+6 |
* | [C++11] Use 'nullptr'. Analysis edition. | Craig Topper | 2014-05-20 | 1 | -3/+3 |
* | Analysis: Make %I in printf more reasonable, add more tests | David Majnemer | 2013-08-22 | 1 | -4/+5 |
* | Analysis: Add support for MS specific printf format specifiers | David Majnemer | 2013-08-21 | 1 | -4/+24 |
* | Add support for __wchar_t in -fms-extensions mode. | Hans Wennborg | 2013-05-10 | 1 | -1/+1 |
* | Format strings: don't ever convert %+d to %lu. | Jordan Rose | 2013-01-17 | 1 | -1/+1 |
* | Format strings: correct signedness if already correcting width (%d,%u). | Jordan Rose | 2013-01-17 | 1 | -1/+19 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. | Jordan Rose | 2012-12-05 | 1 | -3/+5 |
* | Format strings: the correct conversion for 'char' is %c, not %d or %hhd. | Jordan Rose | 2012-12-05 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose | 2012-09-13 | 1 | -3/+30 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | Format strings: %Ld isn't available on Darwin or Windows. | Jordan Rose | 2012-09-08 | 1 | -3/+5 |
* | Properly check length modfiers for %n in format strings. | Hans Wennborg | 2012-08-07 | 1 | -2/+27 |
* | Remove ScanfArgType and bake that logic into ArgType. | Hans Wennborg | 2012-08-07 | 1 | -1/+1 |
* | Rename analyze_format_string::ArgTypeResult to ArgType | Hans Wennborg | 2012-08-07 | 1 | -23/+23 |
* | Make -Wformat check the argument type for %n. | Hans Wennborg | 2012-07-30 | 1 | -0/+6 |
* | Make -Wformat walk the typedef chain when looking for size_t, etc. | Hans Wennborg | 2012-07-27 | 1 | -15/+2 |
* | Make suggestions for mismatched enum arguments to printf/scanf. | Jordan Rose | 2012-06-04 | 1 | -0/+4 |