index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
IdempotentOperationChecker.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-05-31
[analyzer] Fix BugType memory leak in IdempotentOperationChecker.
Tom Care
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-03
[analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOp...
Anna Zaks
2011-08-19
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-12
Fix another IdempotentOperationsChecker corner case when determining if an ac...
Ted Kremenek
2011-04-02
Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...
Ted Kremenek
2011-04-02
static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...
Ted Kremenek
2011-03-19
Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.
Ted Kremenek
2011-03-15
Remove bogus assertion in IdempotentOperationsChecker.
Ted Kremenek
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...
Ted Kremenek
2011-02-23
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
Ted Kremenek
2011-02-17
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-15
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
2011-02-15
IdempotentOperationChecker: don't repeatedly recompute block reachability.
Ted Kremenek
2011-02-14
Remove dead code in IdempotentOperationChecker.
Ted Kremenek
2011-02-14
Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...
Ted Kremenek
2011-02-14
Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in IdempotentOperationsChec...
Ted Kremenek
2011-02-12
Teach the IdempotentOperations checker to ignore property setters.
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-01-11
Rename misc. methods in ento::Worklist to start
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek