Daniel Dunbar
|
65ca1c6f02
|
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files.
llvm-svn: 90090
|
2009-11-29 20:58:32 +00:00 |
Daniel Dunbar
|
a604639635
|
Switch CompilerInvocation::CreateFromArgs to take const char** arguments until Driver itself switches to StringRef.
llvm-svn: 89503
|
2009-11-20 22:47:55 +00:00 |
Daniel Dunbar
|
84e8a249fa
|
Fix some default in the option classes, and some CompilerInvocation argification
errors.
llvm-svn: 89388
|
2009-11-19 20:54:59 +00:00 |
Daniel Dunbar
|
51cd8f085f
|
Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.
llvm-svn: 89333
|
2009-11-19 07:37:51 +00:00 |