]> granicus.if.org Git - clang/history - lib/StaticAnalyzer/Core/CallEvent.cpp
[analyzer] Utility to match function calls.
[clang] / lib / StaticAnalyzer / Core / CallEvent.cpp
2016-01-22 Gabor Horvath[analyzer] Utility to match function calls.
2015-12-09 Sanjay Patelfix typos; NFC
2015-12-04 Devin Coughlin[analyzer] Support inlining lambda-converted blocks.
2015-11-10 Sean Eveson[Analyzer] Fix comments and formatting. NFC.
2015-11-09 Devin Coughlin[analyzer] Fix assertion failure invalidating on const...
2015-10-27 Anna Zaks[analyzer] Assume escape is possible through system...
2015-10-16 Sean EvesonTest commit
2015-10-13 Devin Coughlin[analyzer] Don’t invalidate CXXThis when conservatively...
2015-09-11 Gabor Horvath[Static Analyzer] Properly clean up the dynamic type...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-05-07 Jordan Rose[analyzer] Functions marked __attribute__((const))...
2014-03-08 Aaron Ballman[C++11] Replacing RecordDecl iterators field_begin...
2014-01-25 Alp TokerRename getResultType() on function and method declarati...
2014-01-17 Ted KremenekChange CallEvent to use ArrayRef<> interface to get...
2014-01-15 Jordan Rose[analyzer] BlockCall shouldn't really be an AnyFunction...
2014-01-10 Jordan Rose[analyzer] Model getters of known-@synthesized Objectiv...
2014-01-07 Jordan Rose[analyzer] Pointers escape into +[NSValue valueWithPoin...
2014-01-04 Alp TokerOnly mark dump() function definitions 'used' in debug...
2013-09-28 Jordan Rose[analyzer] Make inlining decisions based on the callee...
2013-09-25 Jordan Rose[analyzer] Handle destructors for the argument to C...
2013-09-24 Anton Yartsev[analyzer] This patch removes passing around of const...
2013-09-20 Jordan Rose[analyzer] Use getParentIgnoreParenCasts instead of...
2013-09-17 Anna Zaks[analyzer] More reliably detect property accessors.
2013-08-22 Eli FriedmanSplit isFromMainFile into two functions.
2013-06-19 Pavel LabathFix a crash in the static analyzer (bug #16307)
2013-05-30 Jordan Rose[analyzer] Don't crash if a block's signature just...
2013-05-22 Jordan Rose[analyzer] Don't crash if a block doesn't have a type...
2013-04-17 Jordan Rose[analyzer] Don't warn for returning void expressions...
2013-04-02 Anna Zaks[analyzer] Teach invalidateRegions that regions within...
2013-03-20 Jordan Rose[analyzer] Invalidate regions indirectly accessible...
2013-03-20 Jordan Rose[analyzer] Remove strip of ElementRegion in CallEvent...
2013-03-07 Jordan Rose[analyzer] Clean up a few doc comments for ProgramState...
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-20 David BlaikieReplace SVal llvm::cast support to be well-defined.
2012-12-21 Anna Zaks[analyzer] Address Jordan's nitpicks as per code review...
2012-12-20 Anna Zaks[analyzer] Add the pointer escaped callback.
2012-12-07 Ted KremenekCache queries to lookupPrivateMethod() within ObjCMetho...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-11-02 Jordan Rose[analyzer] Add some convenience accessors to CallEvent...
2012-10-31 Anna Zaks[analyzer]Don't invalidate const arguments when there...
2012-10-17 Jordan Rose[analyzer] Create a temporary region when accessing...
2012-09-21 Ted KremenekSimplify getRuntimeDefinition() back to taking no argum...
2012-09-21 Ted KremenekImplement faux-body-synthesis of well-known functions...
2012-09-12 Anna Zaks[analyzer] Do not report use of undef on "return foo...
2012-09-12 Jordan Rose[analyzer] Handle when the dynamic type is worse than...
2012-09-12 Jordan RoseRevert "[analyzer] Use the static type for a virtual...
2012-09-11 Jordan Rose[analyzer] Use the static type for a virtual call if...
2012-09-11 Jordan Rose[analyzer] Member function calls that use qualified...
2012-09-07 Jordan Rose[analyzer] Fail gracefully when the dynamic type is...
2012-09-06 Jordan Rose[analyzer] Don't attempt to devirtualize calls to base...
2012-09-05 Jordan Rose[analyzer] Be more forgiving about calling methods...
2012-09-05 Jordan Rose[analyzer] Clean up a couple uses of getPointeeType().
2012-09-01 Jordan Rose[analyzer] Always derive a CallEvent's return type...
2012-08-28 Jordan Rose[analyzer] Teach CallEventManager that CXXTemporaryObje...
2012-08-28 Jordan Rose[analyzer] Rename CallEvent::mayBeInlined to CallEvent...
2012-08-24 Anna Zaks[analyzer] Make analyzer less aggressive when dealing...
2012-08-16 Richard SmithStore SourceManager pointer on PrintingPolicy in the...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-15 Jordan Rose[analyzer] Don't try to devirtualize if the class is...
2012-08-15 Jordan Rose[analyzer] Only adjust the type of 'this' when we devir...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-14 Anna Zaks[analyzer]Assume that the properties cannot be overridd...
2012-08-14 Benjamin KramerDo NOT use inline functions with LLVM_ATTRIBUTE_USED.
2012-08-13 Jordan Rose[analyzer] Reduce code duplication: make CXXDestructorC...
2012-08-13 Jordan Rose[analyzer] Be more careful when downcasting for devirtu...
2012-08-13 Jordan Rose[analyzer] Don't strip CXXBaseObjectRegions when checki...
2012-08-10 Jordan Rose[analyzer] Strip CXXBaseObjectRegions when devirtualizi...
2012-08-10 Jordan Rose[analyzer] Try to devirtualize even if the static calle...
2012-08-10 Anna Zaks[analyzer] Track if a region can be a subclass in the...
2012-08-10 Anna Zaks[analyzer] Optimize dynamic dispatch bifurcation by...
2012-08-09 Anna Zaks[analyzer] Improve readability of the dyn. dispatch...
2012-08-09 Anna ZaksUnbreak the build.
2012-08-09 Anna Zaks[analyzer] Bifurcate the path with dynamic dispatch.
2012-08-07 Anna Zaks[analyzer] Address Jordan's review of DynamicTypePropa...
2012-08-06 Anna Zaks[analyzer] Add a checker to manage dynamic type propaga...
2012-08-03 Jordan Rose[analyzer] Track null/uninitialized C++ objects used...
2012-07-31 Jordan Rose[analyzer] Don't try to inline if there's no region...
2012-07-31 Jordan Rose[analyzer] Add a FIXME about devirtualization in ctors...
2012-07-31 Jordan Rose[analyzer] Let CallEvent decide what goes in an inital...
2012-07-30 Anna Zaks[analyzer] Handle inlining of instance calls to super.
2012-07-30 Jordan Rose[analyzer] Perform post-call checks for all inlined...
2012-07-30 Anna Zaks[analyzer] Very simple ObjC instance method inlining
2012-07-30 Jordan Rose[analyzer] Only allow CallEvents to be created by CallE...
2012-07-26 Jordan Rose[analyzer] CallEvent is no longer a value object.
2012-07-26 Jordan Rose[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp...