Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill a few more random stderr uses. | Daniel Dunbar | 2009-12-03 | 1 | -6/+4 |
| | | | | llvm-svn: 90441 | ||||
* | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -1/+2 |
| | | | | | | | | | | stat a file but where mmaping it fails. In this case, we emit an error like: t.c:1:10: fatal error: error opening file '../../foo.h' instead of "cannot find file". llvm-svn: 90110 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -16/+16 |
| | | | | llvm-svn: 81346 | ||||
* | Add missing include for stderr and fprintf, needed | Duncan Sands | 2009-05-19 | 1 | -0/+1 |
| | | | | | | when compiling with gcc-4.4. llvm-svn: 72109 | ||||
* | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+301 |
files to lib/Frontend. llvm-svn: 72099 |