Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -24/+0 |
* | Do not warn about empty bodies for 'if' statements if the body is expanded fr... | Ted Kremenek | 2010-09-16 | 1 | -0/+8 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | improve error recovery handling broken 'then' or 'else' stmts in | Chris Lattner | 2007-10-29 | 1 | -0/+7 |
* | rename -parse-ast-print to -ast-print | Chris Lattner | 2007-10-11 | 1 | -1/+1 |
* | Emit a warning when the body of an if block is a NullStmt. | Anders Carlsson | 2007-10-10 | 1 | -0/+9 |