index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
UninitializedValues.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-10-15
1
-4
/
+4
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-2
/
+2
*
[CFG]
Ted Kremenek
2010-03-02
1
-2
/
+6
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-1
/
+0
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-4
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-42
/
+42
*
rename some methods.
Chris Lattner
2009-03-28
1
-1
/
+1
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Flow-sensitive uninitialized values analysis: properly handle the 'element' e...
Ted Kremenek
2008-11-14
1
-3
/
+10
*
Rename header file.
Ted Kremenek
2008-11-14
1
-2
/
+2
*
Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special bl...
Ted Kremenek
2008-11-12
1
-2
/
+3
*
Flow-sensitive uninitialized values analysis:
Ted Kremenek
2008-11-11
1
-4
/
+27
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-3
/
+0
*
It's spelt "uninitialized".
Nick Lewycky
2008-08-16
1
-4
/
+5
*
Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...
Ted Kremenek
2008-08-05
1
-2
/
+2
*
Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label"
Argyrios Kyrtzidis
2008-04-17
1
-1
/
+2
*
Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ...
Ted Kremenek
2008-04-16
1
-1
/
+1
*
Simplify some code.
Ted Kremenek
2008-04-16
1
-31
/
+28
*
Change "VisitBlockVarDecl" to "VisitVarDecl". UninitializedValues now works
Ted Kremenek
2008-04-15
1
-1
/
+1
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-14
/
+21
*
Fix bug in terminator processing for uninitialized-values: simply ignore the ...
Ted Kremenek
2008-04-15
1
-10
/
+9
*
Added initial support into the flow-sensitive dataflow solver to visit the Bl...
Ted Kremenek
2008-04-15
1
-0
/
+2
*
Changed merge operation for uninitialized values analysis to "intersect" (pre...
Ted Kremenek
2008-03-22
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+277