summaryrefslogtreecommitdiffstats
path: root/lib/Sema/AnalysisBasedWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart2017-11-231-4/+4
* Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...Aaron Ballman2017-10-181-8/+7
* [CFG] Relax Wexceptions warning on rethrow Erich Keane2017-10-171-3/+3
* Replace use of SmallVector::back + pop_back with pop_back_valErich Keane2017-10-171-2/+1
* [Sema] Corrected the warn-on-throw-from-noexcept behavior to include nothrowErich Keane2017-09-261-1/+1
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-061-1/+1
* Address comments that escaped D33333Erich Keane2017-07-051-7/+12
* Fixed -Wexceptions derived-to-base false positivesStephan Bergmann2017-06-291-1/+5
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-0/+150
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-251-17/+13
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-1/+5
* Suppress warning on unreachable [[clang::fallthrough]] within a template inst...Richard Smith2017-03-221-4/+13
* Avoid multiple -Wunreachable-code diagnostics that are triggered byAlex Lorenz2017-01-121-0/+10
* [coroutines] Build fallthrough and set_exception statements.Eric Fiselier2016-10-271-12/+43
* [NFC] Header cleanupMehdi Amini2016-07-181-5/+0
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-131-1/+1
* Rename a variable to avoid shadowing function parameter. NFC.Bob Wilson2016-05-251-7/+7
* arc-repeated-use-of-weak should not warn about IBOutlet propertiesBob Wilson2016-05-251-0/+6
* Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner2016-04-291-1/+1
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-11/+32
* [Sema] Replace pointer-to-map with a map. NFC.George Burgess IV2015-12-101-12/+6
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-3/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-14/+13
* Fix a few things with -Winfinite-recursion. NFCRichard Trieu2015-08-211-42/+48
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-2/+1
* Sema: Avoid a stack overflow on large CFGsDuncan P. N. Exon Smith2015-07-231-16/+24
* Sema: Split out helper from checkForFunctionCall(), NFCDuncan P. N. Exon Smith2015-07-231-37/+37
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-5/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-10/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-7/+10
* add ConstEvaluatedExprVisitorScott Douglass2015-06-101-8/+9
* Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a con...Enrico Pertoso2015-06-031-0/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-31/+31
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-14/+9
* Move ThreadSafetyReporter into an anonymous namespace. NFC.Benjamin Kramer2015-03-191-4/+4
* Move helper class into an anonymous namespace.Benjamin Kramer2015-02-161-1/+2
* Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins2015-02-031-2/+19
* Revert "Thread Safety Analysis: add support for before/after annotations on m...Reid Kleckner2015-02-031-19/+2
* Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins2015-02-031-2/+19
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* Report when a function-try-block does not return a value on all control paths...Aaron Ballman2014-10-241-36/+29
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, whichDeLesley Hutchins2014-09-181-1/+34
* Const-correctness, return-after-else, and formatting updates. NFC.Aaron Ballman2014-08-151-12/+10
* Thread safety analysis: add -Wthread-safety-verbose flag, which adds addition...DeLesley Hutchins2014-08-141-12/+60
* Thread Safety Analysis: add a -Wthread-safety-negative flag that warns wheneverDeLesley Hutchins2014-08-041-0/+9
* Thread Safety Analysis: Replace the old and broken SExpr with the newDeLesley Hutchins2014-07-281-6/+6
* rewrap to 80 cols, no behavior changeNico Weber2014-07-081-2/+3