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
/
Core
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-29
/
+4
*
[analyzer] Remove obsolete ObjCPropRef SVal kind.
Jordan Rose
2012-07-18
1
-13
/
+4
*
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-07-14
1
-0
/
+45
*
[analyzer] Construct stack variables directly in their VarDecl.
Jordan Rose
2012-07-10
1
-4
/
+33
*
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
1
-0
/
+2
*
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
2012-07-10
1
-12
/
+37
*
Revert "Remove unused member (& consequently unused parameter) in SA's Call c...
Jordan Rose
2012-07-02
1
-2
/
+3
*
Remove unused member (& consequently unused parameter) in SA's Call code.
David Blaikie
2012-07-02
1
-3
/
+2
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-2
/
+2
*
[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.
Jordan Rose
2012-07-02
1
-8
/
+14
*
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-07-02
1
-1
/
+2
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-1
/
+1
*
[analyzer] Remove unneeded helper function (it's in ASTContext.h)
Jordan Rose
2012-06-27
1
-9
/
+0
*
Implement initial static analysis inlining support for C++ methods.
Ted Kremenek
2012-06-22
1
-5
/
+16
*
Documentation cleanup: fix a type, LocatioinE -> LocationE
James Dennett
2012-06-15
1
-2
/
+2
*
Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts."
Jordan Rose
2012-06-12
1
-1
/
+1
*
[analyzer] Treat LValueBitCasts like regular pointer bit casts.
Jordan Rose
2012-06-11
1
-1
/
+1
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+12
*
[analyzer] Rely on canBeInlined utility instead of checking CallExpr
Anna Zaks
2012-06-02
1
-1
/
+1
*
[analyzer] For locations, use isGLValue() instead of isLValue().
Anna Zaks
2012-05-19
1
-4
/
+4
*
[analyzer] Fix a c++11 crash: xvalues can be locations (VisitMemberExpr)
Anna Zaks
2012-05-18
1
-1
/
+1
*
[analyzer] RetainCountChecker: track ObjC boxed expression objects.
Jordy Rose
2012-05-12
1
-6
/
+7
*
Teach the analyzer about CXXScaleValueInitExpr.
Ted Kremenek
2012-05-08
1
-10
/
+2
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-50
/
+75
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-1
/
+1
*
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-14
1
-0
/
+1
*
[analyzer] PCH deserialization optimization.
Anna Zaks
2012-04-12
1
-1
/
+1
*
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-06
1
-33
/
+46
*
[analyzer] Record the basic blocks covered by the analyzes run.
Anna Zaks
2012-04-03
1
-3
/
+3
*
Analyzer: Store BugReports directly in a ilist instead of adding another laye...
Benjamin Kramer
2012-04-01
1
-3
/
+1
*
[analyzer] Do not inline functions which previously reached max block
Anna Zaks
2012-03-30
1
-3
/
+7
*
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-28
1
-1
/
+1
*
[analyser] Stats checker: do not mark a node as exhausted if we will
Anna Zaks
2012-03-28
1
-16
/
+16
*
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
1
-4
/
+80
*
Fix static analyzer crash on code taking the address of a field. Fixes PR 11...
Ted Kremenek
2012-03-22
1
-0
/
+7
*
[analyzer] Add stats useful for coverage investigations.
Anna Zaks
2012-03-22
1
-0
/
+14
*
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-21
1
-8
/
+13
*
[Analyser] Remove unnecessary recursive visits for ExprWithCleanups and
Erik Verbruggen
2012-03-14
1
-24
/
+15
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-8
/
+0
*
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-10
1
-4
/
+16
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
1
-2
/
+3
*
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-07
1
-1
/
+2
*
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
1
-0
/
+36
*
Remove a recursive visitation in ExprEngine that is no longer needed because ...
Erik Verbruggen
2012-03-04
1
-53
/
+15
*
Teach the analyzer to just ignore CXXBindTemporaryExpr. There's nothing spec...
Ted Kremenek
2012-03-01
1
-1
/
+1
*
[analyzer] Stats: Add the stats about remove dead bindings, correct the
Anna Zaks
2012-02-28
1
-0
/
+11
*
[analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have t...
Ted Kremenek
2012-02-27
1
-9
/
+2
*
[analyzer] Run remove dead bindings before each call.
Anna Zaks
2012-02-24
1
-1
/
+5
*
Implement a new type trait __is_trivially_constructible(T, Args...)
Douglas Gregor
2012-02-24
1
-0
/
+1
*
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
1
-8
/
+26
[next]