Daniel Dunbar
|
da9e8e225d
|
clang-cc: Remove some more llvm:🆑:init arguments, by only setting values when
the argument is given.
Also, tweak Opt.Sysroot defaulting.
llvm-svn: 89318
|
2009-11-19 05:32:21 +00:00 |
|
Daniel Dunbar
|
d80277895d
|
Change -code-completion-debug-printer to -no-code-completion-debug-printer.
Also, tweak a few help strings and update CompilerInvocation serialization for prev change.
llvm-svn: 89317
|
2009-11-19 05:32:09 +00:00 |
|
Daniel Dunbar
|
aca02c2730
|
Simplify CompilerInvocation::toArgs, now that LangOptions handling is more predictable.
llvm-svn: 89074
|
2009-11-17 09:15:57 +00:00 |
|
Daniel Dunbar
|
4656c53e12
|
Move -fnext-runtime defaulting to driver (and change clang-cc default to
-fnext-runtime), instead of using getDefaultLangOptions.
llvm-svn: 89058
|
2009-11-17 07:07:28 +00:00 |
|
Daniel Dunbar
|
629f6bb95d
|
Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1).
- Unfortunately, this is currently a tedious and manual translation. Eventually it would be nice to automatically generate this code.
llvm-svn: 89049
|
2009-11-17 06:02:29 +00:00 |
|