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