1. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  2. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  3. 16de4c7 Convert tabs to spaces. by Ted Kremenek · 16 years ago
  4. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  5. f9c2a5d Distinguish between dead stores and dead initializations. by Ted Kremenek · 16 years ago
  6. f4381fd Added AnalysisConsumer, a meta-level ASTConsumer class to drive various by Ted Kremenek · 16 years ago
  7. 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago