]> granicus.if.org Git - clang/history - lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
[analyzer] A fix for substraction of an integer from a pointer.
[clang] / lib / StaticAnalyzer / Core / SimpleSValBuilder.cpp
2015-09-18 Gabor Horvath[analyzer] A fix for substraction of an integer from...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Aaron Ballman[C++11] Replacing RecordDecl iterators field_begin...
2013-12-05 Alp TokerCorrect hyphenations in comments and assert messages
2013-08-28 Jordan Rose[analyzer] Add support for testing the presence of...
2013-07-02 Jordan Rose[analyzer] Explicitly disallow mixed Loc-NonLoc compari...
2013-05-28 Anna Zaks[analyzer] Use a more generic MemRegion.getAsOffset...
2013-05-01 Jordan RoseRe-apply "[analyzer] Model casts to bool differently...
2013-04-09 Jordan Rose[analyzer] Replace isIntegerType() with isIntegerOrEnum...
2013-03-23 Jordan Rose[analyzer] Loc-Loc operations (subtraction or compariso...
2013-03-23 Jordan RoseAdd reverseComparisonOp and negateComparisonOp to Binar...
2013-03-23 Jordan Rose[analyzer] Use SymExprs to represent '<loc> - <loc...
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-02-02 Anna Zaks[analyzer] Fix typo.
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-11-29 Ted KremenekCorrectly handle IntegralToBool casts in C++ in the...
2012-09-26 Ted KremenekRemove unnecessary ASTContext& parameter from SymExpr...
2012-09-07 Ted KremenekRemove ProgramState::getSymVal(). It was being misused...
2012-09-05 Jordan Rose[analyzer] Clean up a couple uses of getPointeeType().
2012-09-04 Jordan Rose[analyzer] Don't use makeIntVal to create a floating...
2012-06-07 Anna Zaks[analyzer] Fixit for r158136.
2012-06-07 Anna Zaks[analyzer] Anti-aliasing: different heap allocations...
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-05-08 Jordy Rose[analyzer] Add an abstraction for the bit width and...
2012-05-07 Anna Zaks[analyzer] Fix a crash in triggered by OSAtomicChecker.
2012-05-07 David BlaikieRemove variable made unused by r156270.
2012-05-06 Jordy Rose[analyzer] Reduce parallel code paths in SimpleSValBuil...
2012-05-03 Jordy Rose[analyzer] When promoting constant integers in a compar...
2012-05-03 Jordy Rose[analyzer] Equality ops are like relational ops in...
2012-05-03 Anna Zaks[analyzer] Do not assert on constructing SymSymExpr...
2012-05-01 Anna Zaks[analyzer] Construct a SymExpr even when the constraint...
2012-04-30 David BlaikieRemove the ref/value inconsistency in filter_decl_iterator.
2012-03-05 Ted KremenekTeach SimpleSValBuilder that (in the absence of more...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2011-12-15 Anna Zaks[analyzer] Address Jordy's comments for r145985.
2011-12-10 Anna Zaks[analyzer]Fixup r146336.
2011-12-10 Anna Zaks[analyzer] Introduce IntSymExpr, where the integer...
2011-12-09 Anna Zaks[analyzer] Fix inconsistency on when SValBuilder assume...
2011-12-08 Anna Zaks[analyzer] If memory region is tainted mark data as...
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-11-17 Anna Zaks[analyzer] Do not conjure a symbol when we need to...
2011-09-23 David BlaikieRemoving a bunch of dead returns/breaks after llvm_unre...
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-08-15 Ted KremenekRename GRState to ProgramState, and cleanup some code...
2011-06-15 Jordy Rose[analyzer] When performing a binary operation on symbol...
2011-05-21 Douglas GregorA few more is(Un)signedIntegerType/is(Un)signedOrEnumer...
2011-04-12 Ted KremenekFix bug in SimpleSValBuilder where '--' pointer arithme...
2011-03-01 Zhanyong WanImproves the coding style in SValBuilder. This patch:
2011-02-16 Zhanyong WanMakes most methods in SVals.h conform to the naming...
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...
2011-02-08 Argyrios Kyrtzidis[analyzer] Move the files in lib/StaticAnalyzer to...