]> granicus.if.org Git - clang/history - include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
Header guard canonicalization, clang part.
[clang] / include / clang / StaticAnalyzer / Core / PathSensitive / SVals.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2013-07-12 Anna Zaks[analyzer] Treat nullPtrType as a location type.
2013-04-20 Anna Zaks[analyzer] Ensure BugReporterTracking works on regions...
2013-04-02 Anna Zaks[analyzer] Teach invalidateRegions that regions within...
2013-02-28 Jordan Rose[analyzer] Mark the root SVal class as isPodLike.
2013-02-24 Ted KremenekAdd "KnownSVal" to represent SVals that cannot be Unkno...
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-21 David BlaikieDoxycomment SVal's getAs/castAs.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-20 David BlaikieRename SVal::isType functions to SVal::isKind
2013-02-20 David BlaikieReplace SVal llvm::cast support to be well-defined.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-01 Jordan Rose[analyzer] Reuse a LazyCompoundVal if its type matches...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-17 Benjamin KramerRemove copy ctor that provides no value over the default.
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-05 Jordan RoseRevert "[analyzer] Treat all struct values as regions...
2012-09-01 Jordan Rose[analyzer] Treat all struct values as regions (even...
2012-08-13 Jordan Rose[analyzer] Don't strip CXXBaseObjectRegions when checki...
2012-07-25 Ted KremenekRemove the ability to stash arbitrary pointers into...
2012-07-18 Jordan Rose[analyzer] Remove obsolete ObjCPropRef SVal kind.
2012-07-18 Benjamin KramerRemove trivial destructor from SVal.
2012-07-17 Alexey SamsonovFixup for r160345 - uintptr_t is not always unsigned
2012-07-17 Galina KistanovaFixed few warnings.
2012-04-16 Anna Zaks[analyzer] +comments
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2011-12-06 Anna Zaks[analyzer] Refactor: Move symbol_iterator from SVal...
2011-12-06 Anna Zaks[analyzer] Propagate taint through NonLoc to NonLoc...
2011-12-05 Anna Zaks[analyzer] Unify SymbolVal and SymExprVal under a singl...
2011-12-05 Anna Zaks[analyzer] Remove all uses of ConstraintManager::canRes...
2011-12-05 Anna Zaks[analyzer] First step toward removing
2011-11-17 Anna Zaks[analyzer] Add a helper method.
2011-11-16 Anna Zaks[analyzer] Cleanup (NULL -> 0, no doxygen in cpp).
2011-08-15 Ted KremenekRename GRState to ProgramState, and cleanup some code...
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-07-23 Chris Lattnerclean up forward declarations of raw_ostream to use...
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove SVal::getAsVarDecl() and reason about...
2011-02-28 Argyrios Kyrtzidis[analyzer] Introduce SVal::getAsVarDecl().
2011-02-17 Chris LattnerStep #1/N of implementing support for __label__: split...
2011-02-16 Zhanyong WanMakes most methods in SVals.h conform to the naming...
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...