summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DiagChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kill a few more random stderr uses.Daniel Dunbar2009-12-031-6/+4
| | | | llvm-svn: 90441
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-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 Stump2009-09-091-16/+16
| | | | llvm-svn: 81346
* Add missing include for stderr and fprintf, neededDuncan Sands2009-05-191-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 Friedman2009-05-191-0/+301
files to lib/Frontend. llvm-svn: 72099
OpenPOWER on IntegriCloud