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