1. a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 15 years ago[Renamed (74%) from test/Sema/if-empty-body.c]
  2. b319817 Do not warn about empty bodies for 'if' statements if the body is expanded from a macro. by Ted Kremenek · 15 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  5. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 18 years ago
  6. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  7. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 18 years ago