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
  DeLesley Hutchins 5b280f2835 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or 13 years ago
  DeLesley Hutchins 3f0ec52097 Thread-safety analysis: differentiate between two forms of analysis; a precise 13 years ago
  Jordan Rose faadf48443 Continue including temporary destructors in the CFG used for warnings. 13 years ago
  Chad Rosier df4ee102aa [ms-inline asm] Remove old cruft now that MS-style asms their own code path. 13 years ago
  Richard Smith 6cfa78f6bd Uninitialized variables: two little changes: 13 years ago
  DeLesley Hutchins 879a4334e4 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. 13 years ago
  Sean Hunt c2f51cfefd Stop referring to functions as methods in per-function fallthrough-checking. 13 years ago
  Chad Rosier 8cd64b4c55 Etch out the code path for MS-style inline assembly. 13 years ago
  Alexander Kornienko 1973634e44 Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method 13 years ago
  Richard Smith bdb97ff687 In response to some discussions on IRC, tweak the wording of the new 13 years ago
  Alexander Kornienko a189d8976f Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a 13 years ago
  Richard Smith 2815e1a075 Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, 13 years ago
  Richard Smith 818918855d Some cleanups around the uninitialized variables warning, and a FIXME. No functional change. 13 years ago
  Richard Trieu f6278e545d Pull some cases of initialization with self-reference warnings out of 13 years ago
  Kaelyn Uhrain 3bb2994a7d Silence unused-variable warning when assertions are disabled. 13 years ago
  Richard Smith e0d3b4cd2b Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between 13 years ago
  Richard Trieu 7b0a3e378c Fix a note without a SourceLocation. 13 years ago
  David Blaikie 2c0abf4ae3 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 13 years ago
  Jordy Rose d200187bd2 [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU inlining never panned out. 13 years ago
  Benjamin Kramer ecafd309b3 ThreadSafetyReporter: Manage diagnostics in a std::list. 13 years ago
  Fariborz Jahanian a34194f035 improve on diagnostic and provide a fixit hint when 13 years ago
  Douglas Gregor e4e68d45f8 When overload resolution picks an implicitly-deleted special member 13 years ago
  Douglas Gregor 793cd1c4cd Specialize noreturn diagnostics for lambda expressions. 13 years ago
  Benjamin Kramer d7a3e2c5f6 Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 13 years ago
  Benjamin Kramer 00bd44d567 Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. 13 years ago
  Richard Smith 2e5156274b Thread safety analysis: 13 years ago
  David Blaikie 23661d3e34 Revert various template unreachability code I committed accidentally. 13 years ago
  David Blaikie 36b7c63664 Simple hack to do unreachable code analysis on template patterns. 13 years ago