]> granicus.if.org Git - clang/history - lib/Analysis/PrintfFormatString.cpp
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
[clang] / lib / Analysis / PrintfFormatString.cpp
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Mehdi AminiRevert "Add support for __builtin_os_log_format[_buffer...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-03-29 Bruno Cardoso Lopes[Sema] Handle UTF-8 invalid format string specifiers
2015-07-02 Ted KremenekParse 'technical term' format specifier.
2015-02-19 Dimitry AndricAdd support for analyzing FreeBSD kernel printf extensions.
2014-09-09 Fariborz JahanianObjective-C. Under a special flag, -Wcstring-format...
2014-09-07 Hans WennborgMS format strings: parse the 'Z' printf conversion...
2014-09-04 Hans WennborgMS format strings: allow the 'h' length modifier with...
2014-09-04 Hans WennborgMS format strings: support the 'w' length modifier...
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Analysis edition.
2013-08-22 David MajnemerAnalysis: Make %I in printf more reasonable, add more...
2013-08-21 David MajnemerAnalysis: Add support for MS specific printf format...
2013-05-10 Hans WennborgAdd support for __wchar_t in -fms-extensions mode.
2013-01-17 Jordan RoseFormat strings: don't ever convert %+d to %lu.
2013-01-17 Jordan RoseFormat strings: correct signedness if already correctin...
2013-01-02 Richard Smiths/CPlusPlus0x/CPlusPlus11/g
2012-12-05 Jordan RoseFormat strings: offer a cast to 'unichar' for %C in...
2012-12-05 Jordan RoseFormat strings: the correct conversion for 'char' is...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-09-13 Jordan RoseFormat strings: %D, %U, and %O are valid on Darwin...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-08 Jordan RoseFormat strings: %Ld isn't available on Darwin or Windows.
2012-08-07 Hans WennborgProperly check length modfiers for %n in format strings.
2012-08-07 Hans WennborgRemove ScanfArgType and bake that logic into ArgType.
2012-08-07 Hans WennborgRename analyze_format_string::ArgTypeResult to ArgType
2012-07-30 Hans WennborgMake -Wformat check the argument type for %n.
2012-07-27 Hans WennborgMake -Wformat walk the typedef chain when looking for...
2012-06-04 Jordan RoseMake suggestions for mismatched enum arguments to print...
2012-05-30 Jordan RoseSuggest '%@' for Objective-C objects in ObjC format...
2012-02-16 Hans WennborgFormat string analysis: give 'q' its own enumerator.
2012-02-15 Hans WennborgMake -Wformat fix-its preserve original conversion...
2012-01-31 Nico WeberLet %S, %ls, %C match 16bit types in NSStrings.
2012-01-25 Ted KremenekFix NSLog format string checking for %@.
2012-01-24 Ted KremenekTeach scanf/printf checking about '%Ld' and friends...
2012-01-12 Hans Wennborgscanf: parse the 'm' length modifier, and check that...
2011-12-15 Hans WennborgSupport the 'a' length modifier in scanf format strings...
2011-12-09 Hans WennborgRemove unnecessary braces from my previous commit.
2011-12-09 Hans WennborgMake printf warnings refer to wint_t and wchar_t by...
2011-12-09 Hans WennborgMove definition of ConversionSpecifier::toString()...
2011-12-09 Hans Wennborgfix format specifier fixit for printf("%ld", "foo");
2011-12-07 Hans WennborgMake printf warnings refer to intmax_t et al. by name
2011-12-02 Nick LewyckyRevert r145697 and dependent patch r145702. It added...
2011-12-02 Hans WennborgMake r145697 actually work.
2011-12-02 Hans WennborgMake conversion specifier warning refer to typedef...
2011-10-27 Hans WennborgTeach format string analysis that "%zu" means size_t.
2011-10-25 Ted KremenekTweak printf format string parsing to accept 'hh' conve...
2011-10-18 John McCallMore metaprogramming with builtin types.
2011-10-18 Hans WennborgSuggest %zu for size_t args to printf.
2011-10-17 John McCallAdd a new placeholder type to represent "unbridged"
2011-10-14 Anton KorobeynikovProvide half floating point support as a storage only...
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-08-17 Chad RosierFix else style. No functionality change intended.
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-06-28 Daniel DunbarRevert r133024, "[format strings] correctly suggest...
2011-06-14 Ted Kremenek[format strings] correctly suggest correct type for...
2011-04-27 Eli FriedmanDon't print fixits for format specifiers in cases where...
2011-04-25 Ted KremenekWhen generating printf fixits, preserve the original...
2011-01-27 NAKAMURA TakumiFix whitespace.
2011-01-27 NAKAMURA Takumi7bit-ize.
2011-01-08 Ted KremenekAdd semantic checking that the "thousands grouping"
2011-01-08 Ted KremenekAdd printf format string parsing support for '
2010-12-25 Chris LattnerThe -fshort-wchar option causes wchar_t to become unsig...
2010-12-02 Ted KremenekFix range in printf warnings for invalid conversion...
2010-11-21 Anders CarlssonThe 'X' printf type has a valid alternative form. Fixes...
2010-10-21 Ted KremenekPreviously, the printf warnings would say your argument...
2010-08-24 Ted KremenekFix printf format string checking for '%lc' (which...
2010-07-20 Ted KremenekMove 'hasValidLengthModifier' from PrintfFormatSpecifie...
2010-07-20 Ted KremenekCleanup whitespace in switch statement. No functionali...
2010-07-20 Ted KremenekAdd 'ConversionSpecifier' root class in 'analyze_format...
2010-07-20 Ted KremenekRename 'UnicodeStrArg' to 'SArg'.
2010-07-20 Ted KremenekRename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg...
2010-07-20 Ted KremenekRename 'VoidPtrArg' to 'pArg' in printf/scanf checking.
2010-07-20 Ted KremenekRename 'CStrArg' to 'sArg' for printf checking to match...
2010-07-20 Ted KremenekRename analyze_printf::ConversionSpecifier::IntAsCharAr...
2010-07-16 Ted KremenekAdd most of the boilerplate support for scanf format...
2010-06-22 Douglas GregorType Type::isRealFloatingType() that vectors are not...
2010-06-18 Tom CarePrintf format strings: Added some more tests and fixed...
2010-06-17 Tom CareBug 7394 - Fixed toString representation of Precisions...
2010-06-17 Tom CareBug 7377: Fixed several bad printf format string bugs.
2010-06-16 Ted KremenekExtend format string type-checking to include '%p'...
2010-06-11 Tom CareSmall fixes regarding printf fix suggestions.
2010-06-09 Douglas GregorFix a typo that breaks the GCC build. Turns out that...
2010-06-09 Tom CareAdded FixIt support to printf format string checking.
2010-03-25 Ted KremenekFix '+=' accumulation error when parsing numeric amount...
2010-03-01 Ted KremenekAllow a '0' precision in format strings (as the man...
2010-02-27 Ted KremenekFor printf format string checking, add support for...
2010-02-26 Ted KremenekFor printf format string checking, move the tracking...
2010-02-24 Ted KremenekAdd support for '%C' and '%S' printf conversion specifiers.
2010-02-16 Ted KremenekRefactor the logic for printf argument type-checking...
2010-02-09 Ted KremenekConvert tabs to spaces.
2010-02-04 Ted KremenekMove ParseFormatString() and FormatStringHandler back...
2010-02-01 Ted KremenekAdd format string type checking support for 'long double'.
2010-01-30 Daniel DunbarRecognize 'q' as a format length modifier (from BSD).
next