Commit History

Author SHA1 Message Date
  Alexey Bader 4f328fe1eb [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. 9 years ago
  Alexey Bader aa8b893ccd [OpenCL] Complete image types support. 9 years ago
  Bruno Cardoso Lopes ef6fa17f79 [Sema] Handle UTF-8 invalid format string specifiers 9 years ago
  Ted Kremenek 55afcebf8e Parse 'technical term' format specifier. 10 years ago
  Dimitry Andric a53dd09cce Add support for analyzing FreeBSD kernel printf extensions. 10 years ago
  Fariborz Jahanian d6d59f0664 Objective-C. Under a special flag, -Wcstring-format-directive, 11 years ago
  Hans Wennborg 399adce235 MS format strings: parse the 'Z' printf conversion specifier (PR20808) 11 years ago
  Hans Wennborg 3d8ef1f21d MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) 11 years ago
  Hans Wennborg 341ba57ec5 MS format strings: support the 'w' length modifier (PR20808) 11 years ago
  Craig Topper fa361696b1 [C++11] Use 'nullptr'. Analysis edition. 11 years ago
  David Majnemer df72071db0 Analysis: Make %I in printf more reasonable, add more tests 12 years ago
  David Majnemer 47ad6ce1af Analysis: Add support for MS specific printf format specifiers 12 years ago
  Hans Wennborg 15f92bad58 Add support for __wchar_t in -fms-extensions mode. 12 years ago
  Jordan Rose cdbe1e0d85 Format strings: don't ever convert %+d to %lu. 12 years ago
  Jordan Rose 242ae3d680 Format strings: correct signedness if already correcting width (%d,%u). 12 years ago
  Richard Smith 80ad52f327 s/CPlusPlus0x/CPlusPlus11/g 12 years ago
  Jordan Rose 2cd3440369 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. 12 years ago
  Jordan Rose ff7be48165 Format strings: the correct conversion for 'char' is %c, not %d or %hhd. 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Jordan Rose 275b6f52c7 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). 13 years ago
  Dmitri Gribenko 1ad23d6200 Remove redundant semicolons which are null statements. 13 years ago
  Jordan Rose bbb6bb4952 Format strings: %Ld isn't available on Darwin or Windows. 13 years ago
  Hans Wennborg f7158fa034 Properly check length modfiers for %n in format strings. 13 years ago
  Hans Wennborg 58e1e54476 Remove ScanfArgType and bake that logic into ArgType. 13 years ago
  Hans Wennborg f3749f4168 Rename analyze_format_string::ArgTypeResult to ArgType 13 years ago
  Hans Wennborg cec9ce49dc Make -Wformat check the argument type for %n. 13 years ago
  Hans Wennborg 4684778993 Make -Wformat walk the typedef chain when looking for size_t, etc. 13 years ago
  Jordan Rose 033a9c0804 Make suggestions for mismatched enum arguments to printf/scanf. 13 years ago
  Jordan Rose 153acdb731 Suggest '%@' for Objective-C objects in ObjC format strings. 13 years ago
  Hans Wennborg 32addd519c Format string analysis: give 'q' its own enumerator. 13 years ago