summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/UninitializedValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-11/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-211-75/+95
* Consolidate std::move() detection code. No behavior change.Nico Weber2017-09-281-10/+5
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-061-1/+1
* NFC small formatPiotr Padlewski2016-10-291-1/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Make -Wuninitialized warn on pointer-to-member and comma operators.Manuel Klimek2015-03-031-11/+44
* When checking for uninitialized values, do not confuse "std::move" with everyRichard Trieu2014-11-271-1/+2
* Reverting r214064 and r215650 while investigating a pesky performance regressionArtyom Skrobov2014-09-231-2/+62
* More -Wuninitialized updatesRichard Trieu2014-08-271-3/+18
* Passing a variable to std::move now counts as a use for -WuninitializedRichard Trieu2014-08-261-0/+10
* Use the proper post-order traversal in LiveVariables analysis,Artyom Skrobov2014-08-141-1/+1
* Factoring DataflowWorklist out of LiveVariables and UninitializedValues analysesArtyom Skrobov2014-07-281-62/+2
* PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture.Richard Smith2014-06-111-1/+1
* [C++11] Use 'nullptr'. Analysis edition.Craig Topper2014-05-201-5/+5
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-4/+3
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-6/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-3/+3
* Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek2014-02-271-0/+5
* PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use aRichard Smith2013-09-121-1/+17
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-6/+4
* Remove unused, awkward CFGStmtVisitor and subclasses.Jordan Rose2013-05-151-1/+1
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-231-3/+2
* Replace CFGElement llvm::cast support to be well-defined.David Blaikie2013-02-211-2/+2
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-5/+5
* -Wuninitialized: warn about uninitialized values resulting from ?: that evalu...Ted Kremenek2013-01-191-0/+10
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Test commit.Enea Zaffanella2013-01-111-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-9/+10
* Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2...Ted Kremenek2012-11-171-12/+52
* Switch -Wuninitialized to use a reverse-post order traversal asTed Kremenek2012-11-171-15/+33
* Avoid malloc thrashing in the uninitialized value analysis.Benjamin Kramer2012-09-281-11/+5
* Teach -Wuninitialized to recognize common "noreturn" idioms inTed Kremenek2012-09-131-4/+16
* Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn))Ted Kremenek2012-09-121-8/+20
* Simplify UninitializedValues.cpp by removing logic to handle the previous (im...Ted Kremenek2012-07-191-142/+25
* Uninitialized variables: two little changes:Richard Smith2012-07-171-1/+3
* -Wuninitialized: Split the classification of DeclRefExprs as initialization orRichard Smith2012-07-171-228/+223
* PR13360: When deciding the earliest point which inevitably leads to anRichard Smith2012-07-131-14/+19
* -Wuninitialized: assume that an __attribute__((returns_twice)) function mightRichard Smith2012-07-021-0/+18
* -Wuninitialized bugfix: when entering the scope of a variable with noRichard Smith2012-06-161-0/+12
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith2012-05-251-6/+134
* Some cleanups around the uninitialized variables warning, and a FIXME. No fun...Richard Smith2012-05-241-22/+18
OpenPOWER on IntegriCloud