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
/
GRSimpleVals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When reporting branch conditions that evaluate to an uninitialized value,
Ted Kremenek
2008-05-05
1
-5
/
+77
*
Support implicit casts from pointers to references.
Ted Kremenek
2008-04-30
1
-1
/
+7
*
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
1
-6
/
+6
*
Handle lval::ArrayOffset and lval::FieldOffset in EvalNE and EvalEQ.
Ted Kremenek
2008-04-30
1
-0
/
+10
*
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-23
1
-1
/
+1
*
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
1
-0
/
+4
*
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
1
-11
/
+10
*
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-18
1
-4
/
+4
*
Added some comments to GRExprEngine. Reorder some of the method definitions
Ted Kremenek
2008-04-15
1
-1
/
+30
*
Fix a compiler error on MSVC (variable name 'E' clash).
Argyrios Kyrtzidis
2008-04-15
1
-1
/
+1
*
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-14
1
-43
/
+22
*
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
Ted Kremenek
2008-04-10
1
-28
/
+3
*
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
Ted Kremenek
2008-04-10
1
-4
/
+4
*
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
1
-116
/
+192
*
templates can't be static.
Chris Lattner
2008-04-06
1
-7
/
+7
*
Better range highlight for undefined-argument checks.
Ted Kremenek
2008-04-03
1
-7
/
+27
*
When reporting "bad receiver" warnings, highlight the receiver.
Ted Kremenek
2008-04-03
1
-3
/
+20
*
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
1
-3
/
+4
*
Created new path-sensitive bug-reporting scheme based on the classes
Ted Kremenek
2008-04-03
1
-347
/
+144
*
80 col violation
Ted Kremenek
2008-04-02
1
-1
/
+1
*
Added more PathDiagnostic rendering for terminators: switch, goto, loops.
Ted Kremenek
2008-04-02
1
-27
/
+127
*
Shorted bug-description.
Ted Kremenek
2008-04-02
1
-1
/
+1
*
simplify some code by using PointerLikeType.
Chris Lattner
2008-04-02
1
-1
/
+1
*
Beginning of some cleanups; start generating path diagnostics using objects
Ted Kremenek
2008-04-02
1
-119
/
+152
*
Added initial hacked support for display path diagnostics with
Ted Kremenek
2008-04-02
1
-3
/
+107
*
Patch by Argiris Kirtzidis: Fix a dangling pointer error!
Ted Kremenek
2008-04-01
1
-1
/
+3
*
Do not prepend the keyword "[CHECKER]" to checker messages when using
Ted Kremenek
2008-03-31
1
-2
/
+5
*
Include ranges in GRSimpleVals diagnostics.
Ted Kremenek
2008-03-31
1
-1
/
+3
*
Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed
Ted Kremenek
2008-03-31
1
-21
/
+25
*
Added path-sensitive check for return statements that return the address
Ted Kremenek
2008-03-31
1
-0
/
+5
*
Hooked up initial NSString interface checking to GRSimpleVals.
Ted Kremenek
2008-03-27
1
-1
/
+1
*
Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...
Ted Kremenek
2008-03-27
1
-3
/
+9
*
GRSimple analysis now outputs additional diagnostic warnings about
Ted Kremenek
2008-03-25
1
-8
/
+14
*
Rename "Nodify" to "MakeNode"
Ted Kremenek
2008-03-21
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+462
[prev]