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
/
StaticAnalyzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...
Ted Kremenek
2012-12-22
2
-3
/
+3
*
[analyzer] Convert SimpleStreamChecker to use the PointerEscape callback
Anna Zaks
2012-12-22
1
-80
/
+16
*
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
1
-44
/
+18
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
6
-18
/
+15
*
Revert r170826. The output of
Rafael Espindola
2012-12-21
1
-18
/
+44
*
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
1
-44
/
+18
*
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-21
1
-30
/
+18
*
Update RetainCountChecker to understand attribute ns_returns_autoreleased.
Ted Kremenek
2012-12-20
1
-4
/
+6
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
10
-116
/
+204
*
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-19
4
-14
/
+28
*
Don't include the header outside the include guards, it defeats the purpose o...
Argyrios Kyrtzidis
2012-12-17
1
-2
/
+2
*
[analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.
Anna Zaks
2012-12-17
1
-3
/
+5
*
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-17
2
-2
/
+19
*
fixed line endings
Anton Yartsev
2012-12-14
1
-22
/
+22
*
added post-statement callback to CXXNewExpr and pre-statement callback to CXX...
Anton Yartsev
2012-12-14
1
-15
/
+22
*
[analyzer] Propagate the checker's state from checkBranchCondition
Anna Zaks
2012-12-14
1
-3
/
+3
*
[analyzer] Refactor: Store visited Decls instead of CallGraphNodes.
Anna Zaks
2012-12-14
1
-24
/
+22
*
Refactor dump methods to make RegionBindingsRef printable in the debugger.
Ted Kremenek
2012-12-14
1
-9
/
+16
*
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
Jordan Rose
2012-12-13
1
-1
/
+1
*
[analyzer] Generalize ObjCMissingSuperCallChecker.
Jordan Rose
2012-12-13
1
-43
/
+109
*
[analyzer] Fix a self-init checker false positive.
Anna Zaks
2012-12-13
1
-2
/
+7
*
[analyzer] Don't crash running destructors for multidimensional arrays.
Jordan Rose
2012-12-12
1
-1
/
+2
*
[analyzer] Don't generate a summary for "freeWhenDone" if method is
Anna Zaks
2012-12-11
1
-0
/
+3
*
[analyzer] Optimization heuristic: do not reanalyze every ObjC method as
Anna Zaks
2012-12-07
3
-20
/
+66
*
[analyzer] Fix r168019 to work with unpruned paths as well.
Jordan Rose
2012-12-07
1
-24
/
+44
*
Reduce conversions between Store <-> ImmutableMapRef in RegionStore.
Ted Kremenek
2012-12-07
1
-147
/
+151
*
Add helper method to convert from a RegionStoreRefBindings to a Store.
Ted Kremenek
2012-12-07
1
-8
/
+13
*
Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefin...
Ted Kremenek
2012-12-07
1
-1
/
+29
*
Further reduce analysis time by 0.2% on a heavy Objective-C example by avoidi...
Ted Kremenek
2012-12-07
1
-8
/
+9
*
Unbreak the GCC (4.4 & other bot) builds from r169571.
David Blaikie
2012-12-07
1
-2
/
+4
*
Change RegionStore to always use ImmutableMapRef for processing cluster bindi...
Ted Kremenek
2012-12-07
1
-224
/
+250
*
Revert "[analyzer] Aggressively cut back on the canonicalization in RegionSto...
Ted Kremenek
2012-12-06
1
-37
/
+31
*
[analyzer] Remove isa<> followed by dyn_cast<>.
Jordan Rose
2012-12-06
1
-7
/
+6
*
[analyzer] Remove unused fields from ExprEngine.
Jordan Rose
2012-12-06
2
-17
/
+10
*
[analyzer] Remove checks that predate the linearized CFG.
Jordan Rose
2012-12-06
1
-10
/
+1
*
[analyzer] Simplify RetainCountChecker's handling of dead symbols.
Jordan Rose
2012-12-06
1
-29
/
+24
*
[analyzer] Use a smarter algorithm to find the last block in an inlined call.
Jordan Rose
2012-12-06
1
-18
/
+3
*
[analyzer] Use optimized assumeDual for branches.
Jordan Rose
2012-12-06
1
-6
/
+12
*
[analyzer] Aggressively cut back on the canonicalization in RegionStore.
Jordan Rose
2012-12-06
1
-31
/
+37
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
3
-90
/
+7
*
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
4
-4
/
+4
*
Pull logic to map from VarDecl* to captured region using a helper function. ...
Ted Kremenek
2012-12-06
1
-17
/
+24
*
Use 'getOriginalRegion()' rather than going through the logic to recreate it.
Ted Kremenek
2012-12-06
1
-3
/
+1
*
Add missing virtual destructors reported by -Wnon-virtual-dtor.
Daniel Jasper
2012-12-05
1
-0
/
+2
*
[analyzer] Implement an opt-in variant of direct ivar assignment.
Anna Zaks
2012-12-05
2
-9
/
+57
*
Alphabetize source files, just like they have been before.
Ted Kremenek
2012-12-04
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
84
-217
/
+212
*
Add raw_ostream include to pacify MSVC.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
23
-1
/
+23
[next]