Commit History

Author SHA1 Message Date
  Sylvestre Ledru f3477c13ee Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 13 years ago
  Sylvestre Ledru 94ff8e1f57 Fix a typo 'iff' => 'if' 13 years ago
  Abramo Bagnara 2ad11cd666 Avoid multiple atomic builtin declaration. 13 years ago
  Fariborz Jahanian a193f20916 Improvements to my patch in r164143 per 13 years ago
  Fariborz Jahanian ab4702febe minor refactoring of my last check-in. 13 years ago
  Fariborz Jahanian 15a9356464 c: warn when an integer value comparison with an 13 years ago
  Jordan Rose 1fac58a2ff -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) 13 years ago
  Richard Smith bc57b108b2 const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in 13 years ago
  Jordan Rose e10f4d384f -Warc-retain-cycles: warn at variable initialization as well as assignment. 13 years ago
  Jordan Rose 670941c28c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. 13 years ago
  Jordan Rose 275b6f52c7 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). 13 years ago
  Jordan Rose 8be066e673 Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. 13 years ago
  Jordan Rose bbb6bb4952 Format strings: %Ld isn't available on Darwin or Windows. 13 years ago
  Roman Divacky 31ba613537 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. 13 years ago
  Jordan Rose ec08735e1b Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. 13 years ago
  Jordan Rose 614a865627 Format string checking: change long if-statement to early returns. 13 years ago
  Fariborz Jahanian 7e2e4c33cd objective-C ARC; detect and warn on retain cycle when 13 years ago
  Eli Friedman a6c66cedc0 Change the representation of builtin functions in the AST 13 years ago
  Hans Wennborg 88617a24ad Warn about suspicious implicit conversions from floating point to bool 13 years ago
  Simon Atanasyan be22cb84f3 Support MIPS DSP Rev2 intrinsics. 13 years ago
  Benjamin Kramer 3b6bef9a21 Push ArrayRef through the Expr hierarchy. 13 years ago
  Benjamin Kramer 3fe198bf0d Rip out remnants of move semantic emulation and smart pointers in Sema. 13 years ago
  Dmitri Gribenko 70517ca5c0 Fix a bunch of -Wdocumentation warnings. 13 years ago
  Dmitri Gribenko 0d5a069f66 Add support for "type safety" attributes that allow checking that 'void *' 13 years ago
  Richard Smith d1420c6fa7 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 13 years ago
  Richard Smith f8ee6bc1ef Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin 13 years ago
  Anna Zaks 0f38acee92 Address code review comments for Wstrncat-size warning (r161440). 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
  David Blaikie 71f55f7717 Refactor checks for unevaluated contexts into a common utility function. 13 years ago