- 58fc808 OpenCL: Use length modifier for warning on vector printf arguments by Matt Arsenault · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- 473cfda Fix a pair of Wfallthrough warnings in ScanfFormatString. by Erich Keane · 7 years ago
- 314fbfa Reapply Logging: make os_log buffer size an integer constant expression. by Tim Northover · 7 years ago[Renamed (99%) from clang/lib/Analysis/ScanfFormatString.cpp]
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- 195b25c [clang] Add getUnsignedPointerDiffType method by Alexander Shaposhnikov · 8 years ago
- 593e4bb [clang] Fix handling of "%zd" in scanf by Alexander Shaposhnikov · 8 years ago
- de7e221 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- f3b323d [Sema] Don't crash on scanf on forward-declared enums. by Benjamin Kramer · 9 years ago
- 0c18d03 [Sema] Handle UTF-8 invalid format string specifiers by Bruno Cardoso Lopes · 10 years ago
- 1b23158 MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) by Hans Wennborg · 11 years ago
- 68f42b9 MS format strings: support the 'w' length modifier (PR20808) by Hans Wennborg · 11 years ago
- 2554294 [C++11] Use 'nullptr'. Analysis edition. by Craig Topper · 11 years ago
- 802df13 Fix bad comment from r207573. by Hans Wennborg · 11 years ago
- df51ee6 scanf analysis: handle scanlists that start with ^] (PR19559) by Hans Wennborg · 11 years ago
- 177b0a3 scanf format checking: include the buffer length in the fix-it for %s. by Jordan Rose · 12 years ago
- 3cba495 Analysis: Add support for MS specific printf format specifiers by David Majnemer · 12 years ago
- 0d81e01 Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 12 years ago
- 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 510260c Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 13 years ago
- 76bb5cabfa Remove redundant semicolons which are null statements. by Dmitri Gribenko · 13 years ago
- 9230359 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 13 years ago
- abc1e22 Properly check length modfiers for %n in format strings. by Hans Wennborg · 13 years ago
- b1ab2a8 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 13 years ago
- c3b3da0 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 13 years ago
- 16250c7 -Wformat: better handling of qualifiers on pointer arguments by Hans Wennborg · 13 years ago
- ebcd1c7 Make -Wformat check the argument type for %n. by Hans Wennborg · 13 years ago
- 08574d3 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 13 years ago
- 614e72b Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 13 years ago
- 9bc9bcc Format string analysis: give 'q' its own enumerator. by Hans Wennborg · 14 years ago
- d99d688 Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 14 years ago
- 6fa5727 Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. by Ted Kremenek · 14 years ago
- e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- 6073e31 scanf: parse the 'm' length modifier, and check that the right arguments by Hans Wennborg · 14 years ago
- 32f115f scanf analysis: don't bail out after successful parse of scanlist by Hans Wennborg · 14 years ago
- 23926bd Support the 'a' length modifier in scanf format strings as a C90 extension. by Hans Wennborg · 14 years ago
- b1a5e09 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 14 years ago
- 2c35bc1 Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" by Michael J. Spencer · 15 years ago
- 28ade55 Fix namespace polution. by Dan Gohman · 15 years ago
- df4472b Hoist argument type checking into CheckFormatHandler. This is prep for scanf format by Ted Kremenek · 15 years ago
- 4407ea4 Hookup checking for invalid length modifiers in scanf format strings. by Ted Kremenek · 15 years ago
- f03e6d85 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and by Ted Kremenek · 15 years ago
- 516ef22 Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). by Ted Kremenek · 15 years ago
- 5c3e1b9 Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. by Ted Kremenek · 15 years ago
- d7b31cc Hook up warning for an incomplete scanlist in scanf format strings. by Ted Kremenek · 15 years ago
- a1ef0940 Add the main scanf-parsing logic that I meant to include in my previous commit. by Ted Kremenek · 15 years ago