Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | issue a friendlier error if someone tries to send precompiled header to '-' ↵ | Gabor Greif | 2009-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | | (stdout) this brings the error on clang -c foo.h -o - closer to clang -c foo.h -o /dev/null llvm-svn: 89948 | |||||
* | Fix some uses of fprintf/stderr without a prototype. | Daniel Dunbar | 2009-11-25 | 1 | -2/+2 | |
| | | | | llvm-svn: 89858 | |||||
* | Add TargetOptions and use it when constructing targets. | Daniel Dunbar | 2009-11-15 | 1 | -2/+2 | |
| | | | | | | | | - This ended up being hard to factor, sorry for the large diff. - Some post-commit cleanup to come. llvm-svn: 88833 | |||||
* | Add FrontendActions for all preprocessor based clang-cc actions. | Daniel Dunbar | 2009-11-14 | 1 | -1/+104 | |
| | | | | llvm-svn: 88774 | |||||
* | Add FrontendActions, which provides a FrontendAction interface to all the ↵ | Daniel Dunbar | 2009-11-14 | 1 | -0/+178 | |
existing AST consumer based clang-cc actions. llvm-svn: 88773 |