summaryrefslogtreecommitdiffstats
path: root/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Introduce a convenience method for getting a CallEvent from an arb...George Karpenkov2019-01-111-0/+7
* [analyzer] Add doxygen comments for the new CXXAllocatorCall APIs.Artem Dergachev2018-10-151-5/+7
* [analyzer] Teach CallEvent about C++17 aligned operator new().Artem Dergachev2018-10-151-3/+16
* [analyzer] NFC: CallDescription: Improve array management.Artem Dergachev2018-09-251-17/+6
* [analyzer] Improve `CallDescription` to handle c++ method.Henry Wong2018-08-221-3/+20
* [analyzer] Add support for constructors of arguments.Artem Dergachev2018-08-151-9/+25
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* [analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.Artem Dergachev2018-08-011-0/+41
* Remove trailing spaceFangrui Song2018-07-301-10/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-55/+55
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-281-78/+106
* [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