aboutsummaryrefslogtreecommitdiff
path: root/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
AgeCommit message (Expand)Author
2013-04-02[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks
2013-03-28These are all simple pointer wrappers. Pass them by value.Rafael Espindola
2013-03-27Cleanup clang's specializations of simplify_type.Rafael Espindola
2013-03-07[analyzer] Clean up a few doc comments for ProgramState and CallEvent.Jordan Rose
2013-02-25[analyzer] Address Jordan's code review of r175857.Anna Zaks
2012-12-07[analyzer] Remove possible pessimizations from r169563.Jordan Rose
2012-12-06[analyzer] Avoid ProgramStateRef copy constructors.Jordan Rose
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-02[analyzer] Add some convenience accessors to CallEvent, and use them.Jordan Rose
2012-10-11Remove pointless classof()'s.Sean Silva
2012-09-21Simplify getRuntimeDefinition() back to taking no arguments.Ted Kremenek
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-12[analyzer] Do not report use of undef on "return foo();" when the return type...Anna Zaks
2012-09-11[analyzer] Member function calls that use qualified names are non-virtual.Jordan Rose
2012-09-06[analyzer] Don't attempt to devirtualize calls to base class destructors.Jordan Rose
2012-09-05[analyzer] Be more forgiving about calling methods on struct rvalues.Jordan Rose
2012-09-01[analyzer] Always derive a CallEvent's return type from its origin expr.Jordan Rose
2012-08-28[analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt.Jordan Rose
2012-08-24[analyzer] Make analyzer less aggressive when dealing with [self init].Anna Zaks
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22[analyzer] Add more comments to CallEvent and RuntimeDefinition.Anna Zaks
2012-08-15[analyzer] Doxygen comments in ObjCMethodCall.Jordan Rose
2012-08-14Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer
2012-08-13[analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall.Jordan Rose
2012-08-10[analyzer] Optimize dynamic dispatch bifurcation by detecting the casesAnna Zaks
2012-08-09[analyzer] Improve readability of the dyn. dispatch bifurcation patchAnna Zaks
2012-08-09Unbreak the build.Anna Zaks
2012-08-09[analyzer] Bifurcate the path with dynamic dispatch.Anna Zaks
2012-08-03[analyzer] Track null/uninitialized C++ objects used in method calls.Jordan Rose
2012-07-31[analyzer] Let CallEvent decide what goes in an inital stack frame.Jordan Rose
2012-07-30[analyzer] Perform post-call checks for all inlined calls.Jordan Rose
2012-07-30[analyzer] Very simple ObjC instance method inliningAnna Zaks
2012-07-30[analyzer] Only allow CallEvents to be created by CallEventManager.Jordan Rose
2012-07-30[analyzer] Introduce a CallEventManager to keep a pool of CallEvents.Jordan Rose
2012-07-27[analyzer] Address Jordan's and Fariborz's review of r160768.Anna Zaks
2012-07-26[analyzer] CallEvent is no longer a value object.Jordan Rose
2012-07-26[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose