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
*
[Static Analyzer] Properly clean up the dynamic type information for dead reg...
Gabor Horvath
2015-09-11
1
-2
/
+3
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-10
/
+10
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-11
/
+11
*
[analyzer] Functions marked __attribute__((const)) don't modify any memory.
Jordan Rose
2014-05-07
1
-0
/
+5
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-2
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+3
*
Change CallEvent to use ArrayRef<> interface to get formal parameters of callee.
Ted Kremenek
2014-01-17
1
-42
/
+13
*
[analyzer] BlockCall shouldn't really be an AnyFunctionCall.
Jordan Rose
2014-01-15
1
-4
/
+4
*
[analyzer] Model getters of known-@synthesized Objective-C properties.
Jordan Rose
2014-01-10
1
-1
/
+9
*
[analyzer] Pointers escape into +[NSValue valueWithPointer:]...
Jordan Rose
2014-01-07
1
-0
/
+11
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-3
/
+1
*
[analyzer] Make inlining decisions based on the callee being variadic.
Jordan Rose
2013-09-28
1
-1
/
+14
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-0
/
+2
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-5
/
+8
*
[analyzer] Use getParentIgnoreParenCasts instead of doing it by hand.
Jordan Rose
2013-09-20
1
-3
/
+1
*
[analyzer] More reliably detect property accessors.
Anna Zaks
2013-09-17
1
-0
/
+6
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
Fix a crash in the static analyzer (bug #16307)
Pavel Labath
2013-06-19
1
-1
/
+4
*
[analyzer] Don't crash if a block's signature just has the return type.
Jordan Rose
2013-05-30
1
-4
/
+9
*
[analyzer] Don't crash if a block doesn't have a type signature.
Jordan Rose
2013-05-22
1
-2
/
+5
*
[analyzer] Don't warn for returning void expressions in void blocks.
Jordan Rose
2013-04-17
1
-1
/
+13
*
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-04-02
1
-21
/
+16
*
[analyzer] Invalidate regions indirectly accessible through const pointers.
Jordan Rose
2013-03-20
1
-19
/
+12
*
[analyzer] Remove strip of ElementRegion in CallEvent::invalidateRegions.
Jordan Rose
2013-03-20
1
-26
/
+0
*
[analyzer] Clean up a few doc comments for ProgramState and CallEvent.
Jordan Rose
2013-03-07
1
-1
/
+0
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-3
/
+4
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-5
/
+6
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-4
/
+3
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-3
/
+4
*
[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
[next]