História revízii

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