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
*
Shorten the static analyzer diagnostic for 'use of garbage value'.
Ted Kremenek
2009-09-24
1
-2
/
+2
*
Have divide-by-zero checker not handled undefined denominators. This is hand...
Ted Kremenek
2009-09-16
1
-26
/
+18
*
Fix static analyzer regression when emitting undefined value warnings
Ted Kremenek
2009-09-15
1
-9
/
+16
*
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-11
1
-10
/
+66
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-103
/
+103
*
Fix regression introduced in r80786 and reported in PR 4867. We should use
Ted Kremenek
2009-09-03
1
-2
/
+7
*
remove a debug output I introduced in the last commit.
Zhongxing Xu
2009-09-03
1
-2
/
+0
*
Refactor the check for bad divide into a checker.
Zhongxing Xu
2009-09-02
1
-10
/
+68
*
Refactor bad callee check into a Checker.
Zhongxing Xu
2009-09-02
1
-14
/
+32
*
Still use BadArg bugtype in the checker. This saves us implement registerInit...
Zhongxing Xu
2009-09-02
1
-17
/
+8
*
Sentence-case bug category.
Ted Kremenek
2009-09-01
1
-1
/
+1
*
Refactor undefined argument checking into a Checker.
Zhongxing Xu
2009-08-29
1
-2
/
+45
*
ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' for
Ted Kremenek
2009-08-24
1
-2
/
+7
*
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
Ted Kremenek
2009-08-18
1
-5
/
+8
*
Last step of template cleanup: merge *BuilderImpl to *Builder.
Zhongxing Xu
2009-08-06
1
-1
/
+1
*
As GRState seems general enough, it is time to merge some template classes
Zhongxing Xu
2009-08-06
1
-24
/
+24
*
Fix regression in attribute 'nonnull' checking when a transition node
Ted Kremenek
2009-07-28
1
-1
/
+1
*
Mark destructor of Checker virtual.
Ted Kremenek
2009-07-24
1
-0
/
+1
*
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-22
1
-8
/
+8
*
Migrate the path-sensitive checking of 'nonnull' arguments over to the new
Ted Kremenek
2009-07-22
1
-31
/
+63
*
Move bug reporter "visitors" to their own file and make them part of the public
Ted Kremenek
2009-07-22
1
-326
/
+1
*
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-16
1
-2
/
+2
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal().
Ted Kremenek
2009-06-24
1
-2
/
+1
*
MemRegions:
Ted Kremenek
2009-06-23
1
-2
/
+2
*
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
1
-9
/
+6
*
libAnalysis:
Ted Kremenek
2009-06-18
1
-11
/
+2
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Use dyn_cast instead of cast to allow our assumptions to be safely wrong.
Ted Kremenek
2009-05-15
1
-4
/
+12
*
Cleanup internal checks bug reporting, allowing intermediate diagnostics to b...
Ted Kremenek
2009-05-15
1
-71
/
+134
*
Enhance diagnostics value tracking logic for null dereferences and uninitiali...
Ted Kremenek
2009-05-13
1
-72
/
+225
*
analyzer:
Ted Kremenek
2009-05-10
1
-2
/
+2
*
More attribute renaming:
Ted Kremenek
2009-05-07
1
-3
/
+67
*
Add preliminary support for enhancing null-pointer dereference diagnostics.
Ted Kremenek
2009-05-07
1
-5
/
+160
*
BugReporter/PathDiagnostics:
Ted Kremenek
2009-04-29
1
-3
/
+14
*
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-20
1
-4
/
+4
*
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-08
1
-0
/
+32
*
Remove period.
Ted Kremenek
2009-04-07
1
-1
/
+1
*
Title-case the names of bug types.
Ted Kremenek
2009-04-02
1
-18
/
+22
*
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
[next]