aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/AnalysisBasedWarnings.cpp
AgeCommit message (Expand)Author
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-02Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie
2013-02-15Fixed diagnostic nondeterministic order bug (pr14901).Enea Zaffanella
2013-02-07-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko
2013-02-01Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko
2013-01-30Don't warn on fall-through from unreachable code.Alexander Kornienko
2013-01-25Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko
2013-01-25Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-07Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins
2012-12-05Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.DeLesley Hutchins
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-12Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...Ted Kremenek
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek
2012-11-10Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek
2012-10-29-Warc-repeated-use-of-weak: allow single reads in loops from local variables.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.Jordan Rose
2012-10-08StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-28Fix buildbots by not using a template from another namespace.Jordan Rose
2012-09-28Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.Alexander Kornienko
2012-09-28-Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose
2012-09-28Add a warning (off by default) for repeated use of the same weak property.Jordan Rose
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-19Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED orDeLesley Hutchins
2012-09-10Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins
2012-09-05Continue including temporary destructors in the CFG used for warnings.Jordan Rose
2012-08-20[ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier
2012-07-17Uninitialized variables: two little changes:Richard Smith
2012-07-02Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins
2012-06-15Stop referring to functions as methods in per-function fallthrough-checking.Sean Hunt
2012-06-11Etch out the code path for MS-style inline assembly.Chad Rosier
2012-06-02Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...Alexander Kornienko
2012-05-26In response to some discussions on IRC, tweak the wording of the newRichard Smith
2012-05-26Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko
2012-05-25Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith
2012-05-24Some cleanups around the uninitialized variables warning, and a FIXME. No fun...Richard Smith
2012-05-09Pull some cases of initialization with self-reference warnings out ofRichard Trieu
2012-05-03Silence unused-variable warning when assertions are disabled.Kaelyn Uhrain
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith
2012-05-03Fix a note without a SourceLocation.Richard Trieu
2012-04-30Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie
2012-04-28[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...Jordy Rose
2012-03-26ThreadSafetyReporter: Manage diagnostics in a std::list.Benjamin Kramer