summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/conditional-op-missing-lhs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old UninitializedValues analysis.Ted Kremenek2011-03-151-28/+0
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-1/+1
* [analyzer] The current UninitializedValuesChecker will go away, remove '-warn...Argyrios Kyrtzidis2011-02-281-0/+2
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek2010-02-051-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Convert tabs to spaces.Ted Kremenek2009-02-171-8/+8
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Distinguish between dead stores and dead initializations.Ted Kremenek2008-07-151-1/+1
* Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek2008-07-021-1/+1
* GCC has an extension where the left hand side of the ? : operator can be omit...Anders Carlsson2007-11-301-0/+26
OpenPOWER on IntegriCloud