summaryrefslogtreecommitdiff
path: root/test/Sema/format-strings.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-2/+2
* Clang :: Sema/wchar.c has long been failing on Solaris:Rainer Orth2019-06-171-1/+5
* OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault2019-01-291-0/+2
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-131-0/+5
* test: actually fix the condition properlySaleem Abdulrasool2018-09-191-1/+1
* test: improve condition for the checkSaleem Abdulrasool2018-09-191-1/+1
* Sema: handle `wint_t` more carefully for printf checkingSaleem Abdulrasool2018-09-191-0/+4
* Fix printf specifier handling: invalid specifier should not be marked as "con...Mehdi Amini2016-12-151-4/+4
* [Sema] Fix PR30481: crash on checking printf args.George Burgess IV2016-09-221-0/+5
* Do not warn about format strings that are indexed string literals.Stephen Hines2016-09-161-0/+35
* Revert "Do not warn about format strings that are indexed string literals."Stephen Hines2016-09-141-35/+0
* Do not warn about format strings that are indexed string literals.Stephen Hines2016-09-141-0/+35
* [Sema] Attempt to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-8/+0
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-0/+8
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-151-0/+18
* Reduce false positives in printf/scanf format checkerAndy Gibbs2016-02-261-1/+18
* Try to green test/Sema/format-strings.c on Win botsHans Wennborg2014-09-071-1/+1
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-301-1/+2
* Sema: Emit a warning for non-null terminated format strings and other patholo...Benjamin Kramer2014-02-201-0/+15
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Correctly compute the index of the first string format argument when decidingEli Friedman2013-06-181-0/+10
* Add a comment to test to clarify the intention hereDmitri Gribenko2013-01-121-0/+3
* Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.Jordan Rose2012-09-081-0/+1
* Format strings: %Ld isn't available on Darwin or Windows.Jordan Rose2012-09-081-11/+0
* Properly check length modfiers for %n in format strings.Hans Wennborg2012-08-071-0/+27
* -Wformat: better handling of qualifiers on pointer argumentsHans Wennborg2012-07-311-0/+16
* Do not warn on correct use of the '%n' format specifier.Matt Beaumont-Gay2012-07-301-15/+6
* Make -Wformat check the argument type for %n.Hans Wennborg2012-07-301-6/+8
* Use the argument location instead of the format string location when warningMatt Beaumont-Gay2012-05-171-1/+6
* Merge branch 'format-string-braced-init'Matt Beaumont-Gay2012-05-111-0/+4
* Fix a recent regression with the merging of format attributes.Rafael Espindola2012-05-111-0/+17
* Make -Wformat accept printf("%hhx", c); with -funsigned-charHans Wennborg2012-05-081-0/+6
* Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th...James Molloy2012-05-041-0/+5
* Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...James Molloy2012-05-041-7/+4
* Add a test for r156092.Bob Wilson2012-05-031-1/+8
* Warn about non-standard format strings (pr12017)Hans Wennborg2012-02-221-1/+0
* When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas2012-02-211-6/+29
* Format string analysis: give 'q' its own enumerator.Hans Wennborg2012-02-161-1/+3
* Fix typo in PrintfConversionSpecifier::isDoubleArg()Hans Wennborg2012-02-131-0/+2
* non-literal strftime format string is not unsafe.Jean-Daniel Dupas2012-02-071-1/+2
* FormatCheckers should emit all diagnostics using EmitFormatDiagnostic().Jean-Daniel Dupas2012-01-311-0/+3
* Update on format attribute handling.Jean-Daniel Dupas2012-01-301-0/+11
* Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes...Ted Kremenek2012-01-241-0/+11
* Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek2012-01-201-22/+22
* Fix for PR9751 to change the behavior of -Wformat warnings. If the formatRichard Trieu2011-10-281-0/+76
* Tweak printf format string parsing to accept 'hh' conversion specifier to acc...Ted Kremenek2011-10-251-0/+6
* Do not warn about empty format strings when there are no data arguments. Fix...Ted Kremenek2011-09-291-1/+6
* Control 'invalid conversion specifier' warnings under a subflag (-Wformat-inv...Ted Kremenek2011-08-271-0/+10
* Revert r135147 and r135075. The consensus was that this wasn't the right thi...Ted Kremenek2011-07-141-1/+1
* Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...Ted Kremenek2011-07-141-1/+1