1. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  2. b57c757 Don't skip past the '}' if an expression has error and is not followed by ';'. by Argyrios Kyrtzidis · 15 years ago
  3. 520ad5f Rename test file. by Ted Kremenek · 15 years ago[Renamed from test/Index/c-index-crasher-rdar_7487294.c]
  4. 29b6f38 Change test case to use 'clang -cc1' (without --disable-free) instead of c-index-test (whose memory management behavior may change in the future). by Ted Kremenek · 15 years ago
  5. e7809d4 Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. by Ted Kremenek · 15 years ago