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
/
Calls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-620
/
+0
*
[analyzer] Inline ObjC class methods.
Anna Zaks
2012-07-26
1
-16
/
+41
*
Silence another GCC warning.
Richard Smith
2012-07-19
1
-1
/
+1
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-6
/
+63
*
[analyzer] Rename addExtraInvalidatedRegions to get...Regions
Jordan Rose
2012-07-18
1
-6
/
+6
*
[analyzer] Make CallEvent a value object.
Jordan Rose
2012-07-18
1
-39
/
+44
*
[analyzer] Remove stale result type lvalue code.
Jordan Rose
2012-07-17
1
-10
/
+2
*
[analyzer] Don't inline virtual calls unless we can devirtualize properly.
Jordan Rose
2012-07-12
1
-15
/
+80
*
[analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.
Jordan Rose
2012-07-10
1
-0
/
+18
*
[analyzer] Use CallEvent for building inlined stack frames.
Jordan Rose
2012-07-10
1
-20
/
+52
*
[analyzer] Add a CXXDestructorCall CallEvent.
Jordan Rose
2012-07-10
1
-0
/
+6
*
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
2012-07-10
1
-0
/
+19
*
[analyzer] For now, don't inline non-static member overloaded operators.
Jordan Rose
2012-07-03
1
-0
/
+8
*
[analyzer] Use CallEvent for inlining and call default-evaluation.
Jordan Rose
2012-07-02
1
-5
/
+16
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-1
/
+1
*
[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.
Jordan Rose
2012-07-02
1
-7
/
+8
*
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-07-02
1
-42
/
+70
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-0
/
+353