summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Remove IdempotentOperations checker.Ted Kremenek2014-01-041-736/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* Fix two incorrect comments.Jordan Rose2013-09-131-2/+2
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-13/+2
* [analyzer] Apply the suppression rules to the nil receiver only if the value ...Anna Zaks2013-03-281-2/+2
* Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie2013-02-211-10/+7
* Replace SVal llvm::cast support to be well-defined.David Blaikie2013-02-201-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* [analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose2012-11-021-1/+1
* [analyzer] Fix BugType memory leak in IdempotentOperationChecker.Tom Care2012-05-311-1/+4
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-1/+0
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-1/+1
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-3/+3
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-11/+11
* [analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOp...Anna Zaks2011-10-031-4/+9
* Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...Anna Zaks2011-08-191-2/+2
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-1/+1
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-1/+1
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Fix another IdempotentOperationsChecker corner case when determining if an ac...Ted Kremenek2011-04-121-1/+1
* Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...Ted Kremenek2011-04-021-3/+12
* static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...Ted Kremenek2011-04-021-1/+1
* Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.Ted Kremenek2011-03-191-3/+3
* Remove bogus assertion in IdempotentOperationsChecker.Ted Kremenek2011-03-151-3/+2
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-3/+4
* [analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis2011-03-011-2/+2
* [analyzer] Migrate IdempotentOperationChecker to CheckerV2.Argyrios Kyrtzidis2011-02-231-34/+24
* Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...Ted Kremenek2011-02-231-83/+8
* Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.Ted Kremenek2011-02-231-4/+1
* [analyzer] Pass CheckerManager to the registration functions.Argyrios Kyrtzidis2011-02-171-1/+6
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-1/+2
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-151-2/+2
* IdempotentOperationChecker: don't repeatedly recompute block reachability.Ted Kremenek2011-02-151-2/+3
* Remove dead code in IdempotentOperationChecker.Ted Kremenek2011-02-141-46/+0
* Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...Ted Kremenek2011-02-141-1/+6
* Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in IdempotentOperationsChec...Ted Kremenek2011-02-141-53/+68
* Teach the IdempotentOperations checker to ignore property setters.Ted Kremenek2011-02-121-2/+9
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-6/+6
* [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...Argyrios Kyrtzidis2011-02-081-1/+1
* Rename misc. methods in ento::Worklist to startTed Kremenek2011-01-111-2/+2
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+834
OpenPOWER on IntegriCloud