aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/conditional-op-missing-lhs.c
AgeCommit message (Expand)Author
2011-03-15Remove old UninitializedValues analysis.Ted Kremenek
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek
2011-02-28[analyzer] The current UninitializedValuesChecker will go away, remove '-warn...Argyrios Kyrtzidis
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-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-17Convert tabs to spaces.Ted Kremenek
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar
2008-07-15Distinguish between dead stores and dead initializations.Ted Kremenek
2008-07-02Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek
2007-11-30GCC has an extension where the left hand side of the ? : operator can be omit...Anders Carlsson