summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PrintfFormatString.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* os_log: When there are multiple privacy annotations in the formatAkira Hatanaka2018-07-111-5/+6
* Fix parsing of privacy annotations in os_log format strings.Akira Hatanaka2018-07-101-29/+49
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on DarwinAlex Lorenz2018-07-051-2/+4
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien2018-06-221-2/+2
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-281-3/+1
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov2017-07-141-3/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-2/+41
* Revert "Add support for __builtin_os_log_format[_buffer_size]"Mehdi Amini2016-10-241-41/+2
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-2/+41
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+3
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-1/+6
* Parse 'technical term' format specifier.Ted Kremenek2015-07-021-0/+62
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-191-5/+38
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-9/+45
* MS format strings: parse the 'Z' printf conversion specifier (PR20808)Hans Wennborg2014-09-071-1/+5
* MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808)Hans Wennborg2014-09-041-1/+11
* MS format strings: support the 'w' length modifier (PR20808)Hans Wennborg2014-09-041-0/+6
* [C++11] Use 'nullptr'. Analysis edition.Craig Topper2014-05-201-3/+3
* Analysis: Make %I in printf more reasonable, add more testsDavid Majnemer2013-08-221-4/+5
* Analysis: Add support for MS specific printf format specifiersDavid Majnemer2013-08-211-4/+24
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-1/+1
* Format strings: don't ever convert %+d to %lu.Jordan Rose2013-01-171-1/+1
* Format strings: correct signedness if already correcting width (%d,%u).Jordan Rose2013-01-171-1/+19
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.Jordan Rose2012-12-051-3/+5
* Format strings: the correct conversion for 'char' is %c, not %d or %hhd.Jordan Rose2012-12-051-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).Jordan Rose2012-09-131-3/+30
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Format strings: %Ld isn't available on Darwin or Windows.Jordan Rose2012-09-081-3/+5
* Properly check length modfiers for %n in format strings.Hans Wennborg2012-08-071-2/+27
* Remove ScanfArgType and bake that logic into ArgType.Hans Wennborg2012-08-071-1/+1
* Rename analyze_format_string::ArgTypeResult to ArgTypeHans Wennborg2012-08-071-23/+23
* Make -Wformat check the argument type for %n.Hans Wennborg2012-07-301-0/+6
* Make -Wformat walk the typedef chain when looking for size_t, etc.Hans Wennborg2012-07-271-15/+2
* Make suggestions for mismatched enum arguments to printf/scanf.Jordan Rose2012-06-041-0/+4
OpenPOWER on IntegriCloud