aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/idempotent-operations-limited-loops.c
AgeCommit message (Expand)Author
2012-08-24Fix analyzer tests.Ted Kremenek
2012-01-20Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis
2011-02-15[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis
2011-02-14Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...Ted Kremenek
2010-10-18"Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek