summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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