summaryrefslogtreecommitdiff
path: root/lib/Sema/AnalysisBasedWarnings.cpp
Commit message (Expand)AuthorAge
* Fix "warning: fallthrough annotation does not directly precede switch label" ...Alexander Kornienko2014-06-24
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-20
* Refactoring some for loops to use range-based for loops instead. No functiona...Aaron Ballman2014-05-15
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Fix a bad interaction between -Wtautological-overlap-compare and delayedRichard Trieu2014-04-15
* Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu2014-04-05
* Turn off -Wmissing-noreturn warning for blocks Fariborz Jahanian2014-04-03
* Updating the capability attribute diagnostics to be more capability-neutral. ...Aaron Ballman2014-04-01
* Improve -Wunreachable-code to provide a means to indicate code is intentional...Ted Kremenek2014-03-29
* The release_capability, release_shared_capability and release_generic_capabil...Aaron Ballman2014-03-21
* [-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek2014-03-21
* [-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including ...Ted Kremenek2014-03-20
* Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break ...Ted Kremenek2014-03-15
* Start breaking -Wunreachable-code up into different diagnostic groups.Ted Kremenek2014-03-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* [-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'.Ted Kremenek2014-03-09
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-01
* As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...Nick Lewycky2014-02-27
* Hoist culling of -Wunreachable-code from headers before we even run the analy...Ted Kremenek2014-02-25
* Experiment with making -Wunreachable-code more immediately useful by restrict...Ted Kremenek2014-02-18
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-13
* Ignore qualified templated functions for -Winfinite-recursion. This treatsRichard Trieu2014-01-04
* Add -Winfinite-recursion to ClangRichard Trieu2013-12-21
* Consumed analysis: Add param_typestate attribute, which specifies thatDeLesley Hutchins2013-10-17
* Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley Hutchins2013-10-17
* Move comment to its proper place.Ted Kremenek2013-10-14
* Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins2013-10-11
* Consumed analysis: improve loop handling. The prior version of the analysisDeLesley Hutchins2013-10-09
* Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins2013-10-04
* PR17290: Use 'false' macro in fix-it hint for initializing a variable of typeRichard Smith2013-09-20
* PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use aRichard Smith2013-09-12
* Fix constructor-related typos.Benjamin Kramer2013-09-09
* Consumed analysis: add return_typestate attribute.DeLesley Hutchins2013-09-03
* Update to consumed analysis.DeLesley Hutchins2013-08-22
* AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, ...NAKAMURA Takumi2013-08-13
* Remove Sema includes from Analysis code to fix layeringReid Kleckner2013-08-12
* Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins2013-08-12
* Compress pairs. No functionality change.Benjamin Kramer2013-06-29
* Don't use unnamed local enums as template arguments.Joerg Sonnenberger2013-06-26
* Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins2013-04-08
* Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko2013-04-02
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-01
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-23
* Replace CFGElement llvm::cast support to be well-defined.David Blaikie2013-02-21
* Fixed diagnostic nondeterministic order bug (pr14901).Enea Zaffanella2013-02-15
* -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...Alexander Kornienko2013-02-07
* Fixed segmentation fault when a CFGBlock has NULL successor.Alexander Kornienko2013-02-01