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
/
GRExprEngineInternalChecks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust wording of bug names.
Ted Kremenek
2009-03-01
1
-8
/
+8
*
Implemented simple check in <rdar://problem/6600344>: When the receiver of a
Ted Kremenek
2009-02-19
1
-1
/
+31
*
Tidy up bug descriptions.
Ted Kremenek
2009-02-07
1
-1
/
+1
*
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
1
-132
/
+117
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-2
/
+3
*
[static analyzer] Extend VLA size checking to look for undefined sizes.
Ted Kremenek
2008-12-09
1
-10
/
+30
*
Add checking for zero-sized VLAs.
Ted Kremenek
2008-12-08
1
-1
/
+29
*
Add out-of-bound memory access warning report code.
Zhongxing Xu
2008-11-23
1
-0
/
+11
*
- Clean up transfer function logic for 'return' statements.
Ted Kremenek
2008-11-21
1
-2
/
+12
*
Enhance return-of-stack-address checker to recognize regions created by alloc...
Ted Kremenek
2008-11-02
1
-0
/
+9
*
Use llvm::raw_string_ostream instead of std::ostringstream.
Ted Kremenek
2008-10-31
1
-4
/
+4
*
Enhance path-sensitive return-of-stack-address check to print out the line nu...
Ted Kremenek
2008-10-31
1
-3
/
+20
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-6
/
+6
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-3
/
+4
*
Built-in checks now have a category: "Logic Errors"
Ted Kremenek
2008-09-21
1
-4
/
+6
*
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-20
1
-1
/
+1
*
Rename ValueState -> GRState.
Ted Kremenek
2008-08-13
1
-11
/
+11
*
Enhanced path-sensitive return-of-stack-address check to print out the name o...
Ted Kremenek
2008-07-31
1
-9
/
+21
*
Add range highlighting for path-sensitive return-of-stack-address check.
Ted Kremenek
2008-07-30
1
-5
/
+18
*
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...
Ted Kremenek
2008-07-22
1
-0
/
+332