summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.Artem Dergachev2018-08-011-0/+63
* [analyzer] [NFC] A convenient getter for getting a current stack frameGeorge Karpenkov2018-06-271-1/+1
* [analyzer] Fix invalidation on C++ const methods with arrow syntax.Artem Dergachev2018-06-251-2/+7
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-4/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [analyzer] Enable analysis of WebKit "unified sources".Artem Dergachev2018-04-251-5/+4
* [analyzer] Fix null deref in AnyFunctionCall::getRuntimeDefinitionGabor Horvath2018-04-131-16/+17
* [analyzer] Do not crash in CallEvent.getReturnType()George Karpenkov2018-03-241-3/+5
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-1/+22
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-22/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-1/+22
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-281-56/+78
* [analyzer] Don't crash when dynamic type of a variable is set via placement new.Artem Dergachev2018-02-271-1/+9
* Silence a -Wparentheses warning; NFC.Aaron Ballman2018-02-151-1/+1
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-151-2/+1
* [analyzer] Suppress "this" pointer escape during construction.Artem Dergachev2018-01-181-2/+7
* [analyzer] Handle ObjC messages conservatively in CallDescriptionGabor Horvath2017-10-301-1/+3
* [Analyzer] Log when auto-synthesized body is used.George Karpenkov2017-09-221-3/+14
* [NFC] [CSA] Move AnyFunctionCall::getRuntimeDefinition implementation to cpp.George Karpenkov2017-09-061-0/+16
* Removed dead code (PR34467). NFCI.Simon Pilgrim2017-09-051-3/+0
* [analyzer] Fix a crash when an ObjC object is constructed in AllocaRegion.Artem Dergachev2017-06-121-0/+6
* [analyzer] Add a check for IvarRegion in getExtraInvalidatedValuesAlexander Shaposhnikov2017-04-121-5/+7
* [analyzer] Proper caching in CallDescription objects.Gabor Horvath2017-02-151-2/+5
* [analyzer] Support inlining of '[self classMethod]' and '[[self class] classM...Anna Zaks2017-01-131-2/+60
* [analyzer] Teach the analyzer that pointers can escape into __cxa_demangleAnna Zaks2016-12-151-0/+5
* [analyzer] Model base to derived casts more precisely.Gabor Horvath2016-08-081-1/+1
* [analyzer] Let TK_PreserveContents span across the whole base region.Artem Dergachev2016-04-251-1/+1
* [analyzer] Prefer accessor method in extension over category in CallEvent.Devin Coughlin2016-04-011-2/+24
* [analyzer] Improve modeling of ObjC synthesized property setters.Devin Coughlin2016-02-181-9/+54
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-221-0/+10
* fix typos; NFCSanjay Patel2015-12-091-1/+1
* [analyzer] Support inlining lambda-converted blocks.Devin Coughlin2015-12-041-2/+17
* [Analyzer] Fix comments and formatting. NFC.Sean Eveson2015-11-101-3/+3
* [analyzer] Fix assertion failure invalidating on const member function calls ...Devin Coughlin2015-11-091-1/+3
* [analyzer] Assume escape is possible through system functions taking void*Anna Zaks2015-10-271-12/+29
* Test commitSean Eveson2015-10-161-1/+1
* [analyzer] Don’t invalidate CXXThis when conservatively evaluating const me...Devin Coughlin2015-10-131-6/+29
* [Static Analyzer] Properly clean up the dynamic type information for dead reg...Gabor Horvath2015-09-111-2/+3
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-10/+10
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-11/+11
* [analyzer] Functions marked __attribute__((const)) don't modify any memory.Jordan Rose2014-05-071-0/+5
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-2/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-3/+3
* Change CallEvent to use ArrayRef<> interface to get formal parameters of callee.Ted Kremenek2014-01-171-42/+13
* [analyzer] BlockCall shouldn't really be an AnyFunctionCall.Jordan Rose2014-01-151-4/+4
* [analyzer] Model getters of known-@synthesized Objective-C properties.Jordan Rose2014-01-101-1/+9
OpenPOWER on IntegriCloud