aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/rdar-6540084.m
AgeCommit message (Expand)Author
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek
2011-02-28[analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis
2010-02-05Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-07-21Prep for new warning.Mike Stump
2009-05-08We want to diagnose sending message to a forward classFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-30Fix horrible non-termination bug in LiveVariables. The issue was thatTed Kremenek