Kovarththanan Rajaratnam
|
b1034f7a24
|
Don't call exit(). llvm::llvm_report_error() will do just that
llvm-svn: 90031
|
2009-11-28 09:11:46 +00:00 |
|
Gabor Greif
|
d2add35d9d
|
typo
llvm-svn: 89949
|
2009-11-26 15:18:50 +00:00 |
|
Gabor Greif
|
40762fec73
|
issue a friendlier error if someone tries to send precompiled header to '-' (stdout)
this brings the error on
clang -c foo.h -o -
closer to
clang -c foo.h -o /dev/null
llvm-svn: 89948
|
2009-11-26 14:35:28 +00:00 |
|
Daniel Dunbar
|
750246255d
|
Fix some uses of fprintf/stderr without a prototype.
llvm-svn: 89858
|
2009-11-25 10:27:48 +00:00 |
|
Daniel Dunbar
|
b9bbd54fdb
|
Add TargetOptions and use it when constructing targets.
- This ended up being hard to factor, sorry for the large diff.
- Some post-commit cleanup to come.
llvm-svn: 88833
|
2009-11-15 06:48:46 +00:00 |
|
Daniel Dunbar
|
883578060f
|
Add FrontendActions for all preprocessor based clang-cc actions.
llvm-svn: 88774
|
2009-11-14 10:42:57 +00:00 |
|
Daniel Dunbar
|
02bd2d7281
|
Add FrontendActions, which provides a FrontendAction interface to all the existing AST consumer based clang-cc actions.
llvm-svn: 88773
|
2009-11-14 10:42:46 +00:00 |
|