summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/Calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose2012-07-261-620/+0
* [analyzer] Inline ObjC class methods.Anna Zaks2012-07-261-16/+41
* Silence another GCC warning.Richard Smith2012-07-191-1/+1
* [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose2012-07-181-6/+63
* [analyzer] Rename addExtraInvalidatedRegions to get...RegionsJordan Rose2012-07-181-6/+6
* [analyzer] Make CallEvent a value object.Jordan Rose2012-07-181-39/+44
* [analyzer] Remove stale result type lvalue code.Jordan Rose2012-07-171-10/+2
* [analyzer] Don't inline virtual calls unless we can devirtualize properly.Jordan Rose2012-07-121-15/+80
* [analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.Jordan Rose2012-07-101-0/+18
* [analyzer] Use CallEvent for building inlined stack frames.Jordan Rose2012-07-101-20/+52
* [analyzer] Add a CXXDestructorCall CallEvent.Jordan Rose2012-07-101-0/+6
* [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.Jordan Rose2012-07-101-0/+19
* [analyzer] For now, don't inline non-static member overloaded operators.Jordan Rose2012-07-031-0/+8
* [analyzer] Use CallEvent for inlining and call default-evaluation.Jordan Rose2012-07-021-5/+16
* [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose2012-07-021-1/+1
* [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.Jordan Rose2012-07-021-7/+8
* [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.Jordan Rose2012-07-021-42/+70
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-0/+353
OpenPOWER on IntegriCloud