]> granicus.if.org Git - clang/history - include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
Header guard canonicalization, clang part.
[clang] / include / clang / StaticAnalyzer / Core / PathSensitive / ProgramState.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-30 Chandler Carruth[Allocator] Remove forward declarations of BumpPtrAlloc...
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Aaron BallmanRenaming the chains() ranged iterator to chain() per...
2014-03-07 Aaron Ballman[C++11] Replacing IndirectFieldDecl iterators chain_beg...
2013-11-17 Anton Yartsev[analyzer] Better modeling of memcpy by the CStringChec...
2013-09-24 Anton Yartsev[analyzer] This patch removes passing around of const...
2013-08-19 Pavel Labath[analyzer] Fix inefficiency in dead symbol removal
2013-05-28 Anna Zaks[analyzer] Use the expression’s type instead of region...
2013-05-06 Jordan Rose[analyzer] Remove now-unused bindCompoundLiteral helper...
2013-04-09 Jordan Rose[analyzer] Replace isIntegerType() with isIntegerOrEnum...
2013-04-02 Anna Zaks[analyzer] Teach invalidateRegions that regions within...
2013-03-20 Jordan Rose[analyzer] Invalidate regions indirectly accessible...
2013-03-07 Jordan Rose[analyzer] Clean up a few doc comments for ProgramState...
2013-03-02 Anna Zaks[analyzer] Simple inline defensive checks suppression
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.
2013-01-16 Anna Zaks[analyzer] Refactor: parameter rename.
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-06 Jordan Rose[analyzer] Remove bindExprAndLocation, which does extra...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-10-13 Jordan Rose[analyzer] Remove the "direct bindings only" Environmen...
2012-10-01 Jordan Rose[analyzer] Make ProgramStateManager's SubEngine paramet...
2012-09-25 Ted KremenekRemove 'const' version of getBasicVals(), which is...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-09 Ted KremenekRemove dead method ProgramState::MarshalState().
2012-09-07 Ted KremenekRemove ProgramState::getSymVal(). It was being misused...
2012-08-24 Anna Zaks[analyzer] More fixups/rewording based on Jordan's...
2012-08-24 Anna Zaks[analyzer] Move DynamicTypeInfo out of the ProgramState.h
2012-08-22 Anna Zaks[analyzer] Add more comments to CallEvent and RuntimeDe...
2012-08-22 Ted KremenekRename 'unbindLoc()' (in ProgramState) and 'Remove...
2012-08-22 Ted KremenekRemove Store::bindDecl() and Store::bindDeclWithNoInit...
2012-08-22 Ted KremenekRename 'BindCompoundLiteral' to 'bindCompoundLiteral...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-10 Anna Zaks[analyzer] Track if a region can be a subclass in the...
2012-08-09 Anna Zaks[analyzer] Rename the function to better reflect what...
2012-08-08 Jordan Rose[analyzer] Revamp RegionStore to distinguish regions...
2012-08-06 Anna Zaks[analyzer] Add a checker to manage dynamic type propaga...
2012-08-03 Anna Zaks[analyzer] ObjC Inlining: Start tracking dynamic type...
2012-07-30 Anna Zaks[analyzer] Very simple ObjC instance method inlining
2012-07-30 Jordan Rose[analyzer] Introduce a CallEventManager to keep a pool...
2012-07-26 Jordan Rose[analyzer] Handle C++ member initializers and destructors.
2012-07-10 Jordan Rose[analyzer] Use CallEvent for building inlined stack...
2012-07-02 Jordan Rose[analyzer] Add a new abstraction over all types of...
2012-06-20 Anna Zaks[analyzer] Remove dead code.
2012-05-19 Anna Zaks[analyzer] For locations, use isGLValue() instead of...
2012-04-10 Anna Zaks[analyzer] + comments
2012-02-27 Ted Kremenek[analyzer] Don't generate an explicit ExplodedNode...
2012-02-17 Ted KremenekHave conjured symbols depend on LocationContext, to...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2012-01-31 Argyrios KyrtzidisReapply r149311 which I reverted by mistake.
2012-01-31 Argyrios KyrtzidisRevert r149311 which failed to compile.
2012-01-31 Ted KremenekConvert ProgramStateRef to a smart pointer for managing...
2012-01-30 Anna Zaks[analyzer] Add index out of bounds check for CFArrayGet...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2012-01-20 Anna Zaks[analyzer] Skip casts when determining taint dependenci...
2012-01-12 Ted Kremenek[analyzer] fix inlining's handling of mapping actual...
2012-01-12 Anna Zaks[analyzer] Rename Store::Retrieve() -> getBinding().
2012-01-07 Anna Zaks[analyzer] Add basic format string vulnerability checking.
2012-01-06 Ted Kremenek[analyzer] Make the entries in 'Environment' context...
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-14 Anna Zaks[analyzer] Minor refactor to addTaint.
2011-12-07 Anna Zaks[analyzer] Propagate taint through MemRegions.
2011-12-05 Anna Zaks[analyzer] Add ability to do a simple ProgramState...
2011-11-16 Anna Zaks[analyzer] Adding basic building blocks for taint propa...
2011-09-22 Anna ZaksST->scanReachableSymbols() is creating a SubRegionMap...
2011-08-28 Jordy Rose[analyzer] Introduce a new callback for checkers, print...
2011-08-27 Jordy Rose[analyzer] Change the check::RegionChanges callback...
2011-08-15 Ted KremenekAdd missing header files.