aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/UninitializedValues.h
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2012-05-25Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek
2011-10-13Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek
2011-07-06Build up statistics about the work done for analysis based warnings.Chandler Carruth
2011-03-15Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...Ted Kremenek
2011-03-15Rename UninitializedValuesV2 to UninitializedValues.Ted Kremenek
2011-03-15Remove old UninitializedValues analysis.Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-12-19Remove another ';' after method definition.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2008-12-09Fixed LiveVariables bug where we didn't consider block-level expressions that...Ted Kremenek
2008-11-14Rename header file.Ted Kremenek
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-21Directory restructing of Analysis files.Ted Kremenek