summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/AnalysisBasedWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko2013-02-071-3/+16
* Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko2013-02-011-1/+1
* Don't warn on fall-through from unreachable code.Alexander Kornienko2013-01-301-3/+25
* Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko2013-01-251-0/+4
* Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko2013-01-251-5/+10
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-2/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-1/+1
* Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.DeLesley Hutchins2012-12-051-0/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-17/+17
* Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...Ted Kremenek2012-11-121-0/+12
* Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek2012-11-101-13/+0
* Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek2012-11-101-0/+13
* -Warc-repeated-use-of-weak: allow single reads in loops from local variables.Jordan Rose2012-10-291-5/+30
* -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.Jordan Rose2012-10-111-4/+36
* StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie2012-10-081-1/+1
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-58/+8
* Fix buildbots by not using a template from another namespace.Jordan Rose2012-09-281-8/+7
* Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.Alexander Kornienko2012-09-281-1/+66
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-5/+28
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-0/+120
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-4/+4
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-4/+4
* Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED orDeLesley Hutchins2012-09-191-3/+3
* Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins2012-09-101-14/+34
* Continue including temporary destructors in the CFG used for warnings.Jordan Rose2012-09-051-1/+2
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-201-7/+0
* Uninitialized variables: two little changes:Richard Smith2012-07-171-0/+1
* Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins2012-07-021-0/+3
* Stop referring to functions as methods in per-function fallthrough-checking.Alexis Hunt2012-06-151-7/+7
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+6
* Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...Alexander Kornienko2012-06-021-5/+16
* In response to some discussions on IRC, tweak the wording of the newRichard Smith2012-05-261-44/+112
* Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko2012-05-261-2/+5
* Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith2012-05-251-23/+122
* Some cleanups around the uninitialized variables warning, and a FIXME. No fun...Richard Smith2012-05-241-0/+2
* Pull some cases of initialization with self-reference warnings out ofRichard Trieu2012-05-091-33/+25
* Silence unused-variable warning when assertions are disabled.Kaelyn Uhrain2012-05-031-0/+1
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-031-1/+192
* Fix a note without a SourceLocation.Richard Trieu2012-05-031-0/+5
* Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie2012-04-301-2/+2
* [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...Jordy Rose2012-04-281-1/+1
* ThreadSafetyReporter: Manage diagnostics in a std::list.Benjamin Kramer2012-03-261-7/+5
* improve on diagnostic and provide a fixit hint whenFariborz Jahanian2012-03-081-7/+19
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-1/+0
* Specialize noreturn diagnostics for lambda expressions.Douglas Gregor2012-02-151-8/+28
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Thread safety analysis:Richard Smith2012-02-031-31/+43
OpenPOWER on IntegriCloud