1. 0ff50d4 OpenCL: Improve vector printf warnings by Matt Arsenault · 7 years ago
  2. e19dc61 OpenCL: Don't warn on v printf modifier by Matt Arsenault · 7 years ago
  3. 3fee351 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  4. 3b12b7e Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation by Andrew Savonichev · 7 years ago
  5. 35dfce7 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  6. d572cf4 os_log: Allow specifying mask type in format string. by Akira Hatanaka · 7 years ago
  7. fb1e446 os_log: Add a new privacy annotation "sensitive". by Akira Hatanaka · 7 years ago
  8. b17ebff os_log: Minor code cleanups. NFC. by Akira Hatanaka · 7 years ago
  9. 314fbfa Reapply Logging: make os_log buffer size an integer constant expression. by Tim Northover · 7 years ago[Renamed (99%) from clang/lib/Analysis/PrintfFormatString.cpp]
  10. eedc0f0 Revert "Reapply Logging: make os_log buffer size an integer constant expression." by Tim Northover · 7 years ago
  11. c1ac697 Reapply Logging: make os_log buffer size an integer constant expression. by Tim Northover · 7 years ago
  12. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  13. e18c2d2 os_log: When there are multiple privacy annotations in the format by Akira Hatanaka · 7 years ago
  14. 189359d Fix parsing of privacy annotations in os_log format strings. by Akira Hatanaka · 7 years ago
  15. b2043ac [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on Darwin by Alex Lorenz · 7 years ago
  16. ec7d7f3 [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin by JF Bastien · 7 years ago
  17. ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
  18. f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  19. 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
  20. db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  21. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  22. 195b25c [clang] Add getUnsignedPointerDiffType method by Alexander Shaposhnikov · 8 years ago
  23. cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  24. 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  25. ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
  26. 441c1d9 [clang] Fix handling of "%zd" format specifier by Alexander Shaposhnikov · 8 years ago
  27. de7e221 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  28. 06d367c Add support for __builtin_os_log_format[_buffer_size] by Mehdi Amini · 9 years ago
  29. 9c39fdc Revert "Add support for __builtin_os_log_format[_buffer_size]" by Mehdi Amini · 9 years ago
  30. 2903436 Add support for __builtin_os_log_format[_buffer_size] by Mehdi Amini · 9 years ago
  31. bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
  32. d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 9 years ago
  33. 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
  34. b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 9 years ago
  35. 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 9 years ago
  36. 0c18d03 [Sema] Handle UTF-8 invalid format string specifiers by Bruno Cardoso Lopes · 9 years ago
  37. 2b41771 Parse 'technical term' format specifier. by Ted Kremenek · 10 years ago
  38. 6b5ed34 Add support for analyzing FreeBSD kernel printf extensions. by Dimitry Andric · 11 years ago
  39. 6485fe4 Objective-C. Under a special flag, -Wcstring-format-directive, by Fariborz Jahanian · 11 years ago
  40. c597b4c MS format strings: parse the 'Z' printf conversion specifier (PR20808) by Hans Wennborg · 11 years ago
  41. 1b23158 MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) by Hans Wennborg · 11 years ago
  42. 68f42b9 MS format strings: support the 'w' length modifier (PR20808) by Hans Wennborg · 11 years ago
  43. 2554294 [C++11] Use 'nullptr'. Analysis edition. by Craig Topper · 11 years ago
  44. a39da8e Analysis: Make %I in printf more reasonable, add more tests by David Majnemer · 12 years ago
  45. 3cba495 Analysis: Add support for MS specific printf format specifiers by David Majnemer · 12 years ago
  46. 0d81e01 Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 12 years ago
  47. 1eb3429 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 13 years ago
  48. aa7a3b3 Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 13 years ago
  49. 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  50. 0e5badd Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 13 years ago
  51. 6aaa87e Format strings: the correct conversion for 'char' is %c, not %d or %hhd. by Jordan Rose · 13 years ago
  52. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  53. 510260c Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 13 years ago
  54. 76bb5cabfa Remove redundant semicolons which are null statements. by Dmitri Gribenko · 13 years ago
  55. 9230359 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 13 years ago
  56. abc1e22 Properly check length modfiers for %n in format strings. by Hans Wennborg · 13 years ago
  57. b1ab2a8 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 13 years ago
  58. c3b3da0 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 13 years ago
  59. ebcd1c7 Make -Wformat check the argument type for %n. by Hans Wennborg · 13 years ago
  60. 08574d3 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 13 years ago
  61. 614e72b Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 13 years ago
  62. 68f6d3b Suggest '%@' for Objective-C objects in ObjC format strings. by Jordan Rose · 13 years ago
  63. 9bc9bcc Format string analysis: give 'q' its own enumerator. by Hans Wennborg · 14 years ago
  64. d99d688 Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 14 years ago
  65. 496cdc2 Let %S, %ls, %C match 16bit types in NSStrings. by Nico Weber · 14 years ago
  66. 9b1f3d4 Fix NSLog format string checking for %@. by Ted Kremenek · 14 years ago
  67. 6fa5727 Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466. by Ted Kremenek · 14 years ago
  68. 6073e31 scanf: parse the 'm' length modifier, and check that the right arguments by Hans Wennborg · 14 years ago
  69. 23926bd Support the 'a' length modifier in scanf format strings as a C90 extension. by Hans Wennborg · 14 years ago
  70. 0c35326 Remove unnecessary braces from my previous commit. by Hans Wennborg · 14 years ago
  71. a5b1aa9 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 14 years ago
  72. a8b042d Move definition of ConversionSpecifier::toString() to FormatString.cpp by Hans Wennborg · 14 years ago
  73. 2027de3 fix format specifier fixit for printf("%ld", "foo"); by Hans Wennborg · 14 years ago
  74. 772e927 Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 14 years ago
  75. 45ccba6 Revert r145697 and dependent patch r145702. It added a dependency from by Nick Lewycky · 14 years ago
  76. 4d99c7a Make r145697 actually work. by Hans Wennborg · 14 years ago
  77. 70f7213 Make conversion specifier warning refer to typedef if possible. by Hans Wennborg · 14 years ago
  78. 27541db Teach format string analysis that "%zu" means size_t. by Hans Wennborg · 14 years ago
  79. 74e82bd Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char. Fixes <rdar://problem/10303638>. by Ted Kremenek · 14 years ago
  80. 5920797 More metaprogramming with builtin types. by John McCall · 14 years ago
  81. f99d04f Suggest %zu for size_t args to printf. by Hans Wennborg · 14 years ago
  82. 8a6b59a Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 14 years ago
  83. f0c267e Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
  84. 83d382b Switch assert(0/false) llvm_unreachable. by David Blaikie · 14 years ago
  85. 6fdf38b Fix else style. No functionality change intended. by Chad Rosier · 14 years ago
  86. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  87. 421bb42 Revert r133024, "[format strings] correctly suggest correct type for '%@' by Daniel Dunbar · 14 years ago
  88. 192ed0b [format strings] correctly suggest correct type for '%@' specifiers. Fixes <rdar://problem/9607158>. by Ted Kremenek · 14 years ago
  89. 7ec652a Don't print fixits for format specifiers in cases where the fixit does not actually fix the warning. PR8781. by Eli Friedman · 14 years ago
  90. 8dcc466 When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). by Ted Kremenek · 14 years ago
  91. f9cbcc4 Fix whitespace. by NAKAMURA Takumi · 15 years ago
  92. 7c28886 7bit-ize. by NAKAMURA Takumi · 15 years ago
  93. bf4832c Add semantic checking that the "thousands grouping" by Ted Kremenek · 15 years ago
  94. a322cae Add printf format string parsing support for ' by Ted Kremenek · 15 years ago
  95. ad3467e The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 15 years ago
  96. 9e618ed Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 15 years ago
  97. a369f8d The 'X' printf type has a valid alternative form. Fixes PR8641. by Anders Carlsson · 15 years ago
  98. 12a37de Previously, the printf warnings would say your arguments type was 'int' when it was really a 'char' by Ted Kremenek · 15 years ago
  99. 5f0c066 Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. by Ted Kremenek · 15 years ago
  100. ea28f83 Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. by Ted Kremenek · 15 years ago