aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/Calls.cpp
AgeCommit message (Expand)Author
2012-07-26[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose
2012-07-26[analyzer] Inline ObjC class methods.Anna Zaks
2012-07-19Silence another GCC warning.Richard Smith
2012-07-18[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose
2012-07-18[analyzer] Rename addExtraInvalidatedRegions to get...RegionsJordan Rose
2012-07-18[analyzer] Make CallEvent a value object.Jordan Rose
2012-07-17[analyzer] Remove stale result type lvalue code.Jordan Rose
2012-07-12[analyzer] Don't inline virtual calls unless we can devirtualize properly.Jordan Rose
2012-07-10[analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.Jordan Rose
2012-07-10[analyzer] Use CallEvent for building inlined stack frames.Jordan Rose
2012-07-10[analyzer] Add a CXXDestructorCall CallEvent.Jordan Rose
2012-07-10[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.Jordan Rose
2012-07-03[analyzer] For now, don't inline non-static member overloaded operators.Jordan Rose
2012-07-02[analyzer] Use CallEvent for inlining and call default-evaluation.Jordan Rose
2012-07-02[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose
2012-07-02[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.Jordan Rose
2012-07-02[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.Jordan Rose
2012-07-02[analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose