summaryrefslogtreecommitdiffstats
path: root/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
Commit message (Expand)AuthorAgeFilesLines
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-061-1/+1
* [NFC] [CSA] Move AnyFunctionCall::getRuntimeDefinition implementation to cpp.George Karpenkov2017-09-061-14/+1
* Remove all uses of std::mem_fun and std::bind1st removed in C++17.Richard Smith2017-03-231-6/+6
* [analyzer] Proper caching in CallDescription objects.Gabor Horvath2017-02-151-1/+3
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* [analyzer] Make it possible to query the function name from a CallDescription.Gabor Horvath2016-04-141-0/+3
* [analyzer] Improve modeling of ObjC synthesized property setters.Devin Coughlin2016-02-181-0/+5
* [analyzer] Fixup r258572 Utility to match function calls.Anna Zaks2016-01-231-1/+1
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-221-0/+28
* fix typos; NFCSanjay Patel2015-12-091-3/+2
* Fix an unused variable warning in released builds. While there use 'auto' to ...Craig Topper2015-12-041-3/+2
* [analyzer] Support inlining lambda-converted blocks.Devin Coughlin2015-12-041-1/+50
* [analyzer] Assume escape is possible through system functions taking void*Anna Zaks2015-10-271-0/+7
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [analyzer] Don’t invalidate CXXThis when conservatively evaluating const me...Devin Coughlin2015-10-131-5/+10
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-3/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-11/+11
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-70/+70
* [C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that weChandler Carruth2014-03-021-8/+8
* Change CallEvent to use ArrayRef<> interface to get formal parameters of callee.Ted Kremenek2014-01-171-19/+10
* [analyzer] BlockCall shouldn't really be an AnyFunctionCall.Jordan Rose2014-01-151-39/+43
* [analyzer] Pointers escape into +[NSValue valueWithPointer:]...Jordan Rose2014-01-071-0/+2
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-1/+1
* [analyzer] Make inlining decisions based on the callee being variadic.Jordan Rose2013-09-281-16/+5
* [analyzer] Fix stale comment in CallEvent.Jordan Rose2013-06-211-9/+3
* [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks2013-04-021-6/+6
* These are all simple pointer wrappers. Pass them by value.Rafael Espindola2013-03-281-1/+1
* Cleanup clang's specializations of simplify_type.Rafael Espindola2013-03-271-1/+1
* [analyzer] Clean up a few doc comments for ProgramState and CallEvent.Jordan Rose2013-03-071-1/+3
* [analyzer] Address Jordan's code review of r175857.Anna Zaks2013-02-251-0/+16
* [analyzer] Remove possible pessimizations from r169563.Jordan Rose2012-12-071-4/+2
* [analyzer] Avoid ProgramStateRef copy constructors.Jordan Rose2012-12-061-3/+5
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* [analyzer] Add some convenience accessors to CallEvent, and use them.Jordan Rose2012-11-021-0/+38
* Remove pointless classof()'s.Sean Silva2012-10-111-2/+0
* Simplify getRuntimeDefinition() back to taking no arguments.Ted Kremenek2012-09-211-15/+10
* Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek2012-09-211-10/+23
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+1
* [analyzer] Do not report use of undef on "return foo();" when the return type...Anna Zaks2012-09-121-0/+3
* [analyzer] Member function calls that use qualified names are non-virtual.Jordan Rose2012-09-111-0/+2
* [analyzer] Don't attempt to devirtualize calls to base class destructors.Jordan Rose2012-09-061-6/+22
* [analyzer] Be more forgiving about calling methods on struct rvalues.Jordan Rose2012-09-051-7/+1
* [analyzer] Always derive a CallEvent's return type from its origin expr.Jordan Rose2012-09-011-8/+0
* [analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt.Jordan Rose2012-08-281-6/+3