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
/
CallEvent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
1
-1
/
+1
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-0
/
+1
*
Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefin...
Ted Kremenek
2012-12-07
1
-1
/
+29
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Add some convenience accessors to CallEvent, and use them.
Jordan Rose
2012-11-02
1
-0
/
+16
*
[analyzer]Don't invalidate const arguments when there is no
Anna Zaks
2012-10-31
1
-1
/
+1
*
[analyzer] Create a temporary region when accessing a struct rvalue.
Jordan Rose
2012-10-17
1
-9
/
+1
*
Simplify getRuntimeDefinition() back to taking no arguments.
Ted Kremenek
2012-09-21
1
-9
/
+9
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
1
-9
/
+9
*
[analyzer] Do not report use of undef on "return foo();" when the return type...
Anna Zaks
2012-09-12
1
-0
/
+10
*
[analyzer] Handle when the dynamic type is worse than the static type.
Jordan Rose
2012-09-12
1
-1
/
+8
*
Revert "[analyzer] Use the static type for a virtual call if the dynamic type...
Jordan Rose
2012-09-12
1
-10
/
+3
*
[analyzer] Use the static type for a virtual call if the dynamic type is worse.
Jordan Rose
2012-09-11
1
-3
/
+10
*
[analyzer] Member function calls that use qualified names are non-virtual.
Jordan Rose
2012-09-11
1
-0
/
+12
*
[analyzer] Fail gracefully when the dynamic type is outside the hierarchy.
Jordan Rose
2012-09-07
1
-1
/
+9
*
[analyzer] Don't attempt to devirtualize calls to base class destructors.
Jordan Rose
2012-09-06
1
-2
/
+11
*
[analyzer] Be more forgiving about calling methods on struct rvalues.
Jordan Rose
2012-09-05
1
-0
/
+19
*
[analyzer] Clean up a couple uses of getPointeeType().
Jordan Rose
2012-09-05
1
-1
/
+3
*
[analyzer] Always derive a CallEvent's return type from its origin expr.
Jordan Rose
2012-09-01
1
-28
/
+19
*
[analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor.
Jordan Rose
2012-08-28
1
-1
/
+2
*
[analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt.
Jordan Rose
2012-08-28
1
-3
/
+3
*
[analyzer] Make analyzer less aggressive when dealing with [self init].
Anna Zaks
2012-08-24
1
-4
/
+25
*
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
1
-2
/
+1
*
[analyzer] Correctly devirtualize virtual method calls in constructors.
Jordan Rose
2012-08-15
1
-1
/
+1
*
[analyzer] Don't try to devirtualize if the class is incomplete.
Jordan Rose
2012-08-15
1
-1
/
+1
*
[analyzer] Only adjust the type of 'this' when we devirtualize a method call.
Jordan Rose
2012-08-15
1
-8
/
+6
*
[analyzer] Correctly devirtualize virtual method calls in destructors.
Jordan Rose
2012-08-15
1
-30
/
+32
*
[analyzer]Assume that the properties cannot be overridden when dot
Anna Zaks
2012-08-14
1
-0
/
+3
*
Do NOT use inline functions with LLVM_ATTRIBUTE_USED.
Benjamin Kramer
2012-08-14
1
-0
/
+4
*
[analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall.
Jordan Rose
2012-08-13
1
-42
/
+14
*
[analyzer] Be more careful when downcasting for devirtualization.
Jordan Rose
2012-08-13
1
-12
/
+9
*
[analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts.
Jordan Rose
2012-08-13
1
-1
/
+0
*
[analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls.
Jordan Rose
2012-08-10
1
-1
/
+25
*
[analyzer] Try to devirtualize even if the static callee has no definition.
Jordan Rose
2012-08-10
1
-2
/
+2
*
[analyzer] Track if a region can be a subclass in the dynamic type info.
Anna Zaks
2012-08-10
1
-4
/
+13
*
[analyzer] Optimize dynamic dispatch bifurcation by detecting the cases
Anna Zaks
2012-08-10
1
-2
/
+59
*
[analyzer] Improve readability of the dyn. dispatch bifurcation patch
Anna Zaks
2012-08-09
1
-5
/
+5
*
Unbreak the build.
Anna Zaks
2012-08-09
1
-2
/
+2
*
[analyzer] Bifurcate the path with dynamic dispatch.
Anna Zaks
2012-08-09
1
-18
/
+22
*
[analyzer] Address Jordan's review of DynamicTypePropagation.
Anna Zaks
2012-08-07
1
-2
/
+2
*
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-06
1
-5
/
+4
*
[analyzer] Track null/uninitialized C++ objects used in method calls.
Jordan Rose
2012-08-03
1
-12
/
+4
*
[analyzer] Don't try to inline if there's no region for a message receiver.
Jordan Rose
2012-07-31
1
-0
/
+3
*
[analyzer] Add a FIXME about devirtualization in ctors/dtors.
Jordan Rose
2012-07-31
1
-0
/
+8
*
[analyzer] Let CallEvent decide what goes in an inital stack frame.
Jordan Rose
2012-07-31
1
-30
/
+116
*
[analyzer] Handle inlining of instance calls to super.
Anna Zaks
2012-07-30
1
-10
/
+16
*
[analyzer] Perform post-call checks for all inlined calls.
Jordan Rose
2012-07-30
1
-0
/
+57
*
[analyzer] Very simple ObjC instance method inlining
Anna Zaks
2012-07-30
1
-25
/
+25
*
[analyzer] Only allow CallEvents to be created by CallEventManager.
Jordan Rose
2012-07-30
1
-0
/
+21
[next]