summaryrefslogtreecommitdiffstats
path: root/include/clang/Analysis/Analyses/UninitializedValues.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-211-10/+16
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use aRichard Smith2013-09-121-2/+20
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-0/+1
* Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith2012-05-251-3/+57
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-4/+4
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-2/+2
* Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek2011-10-131-1/+7
* Build up statistics about the work done for analysis based warnings.Chandler Carruth2011-07-061-2/+8
* Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...Ted Kremenek2011-03-151-1/+2
* Rename UninitializedValuesV2 to UninitializedValues.Ted Kremenek2011-03-151-0/+40
* Remove old UninitializedValues analysis.Ted Kremenek2011-03-151-77/+0
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+3
* Remove another ';' after method definition.Daniel Dunbar2009-12-191-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+12
* Fixed LiveVariables bug where we didn't consider block-level expressions that...Ted Kremenek2008-12-091-1/+1
* Rename header file.Ted Kremenek2008-11-141-3/+3
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Directory restructing of Analysis files.Ted Kremenek2007-12-211-0/+74