summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some default in the option classes, and some CompilerInvocation argificationDaniel Dunbar2009-11-191-15/+12
| | | | | | errors. llvm-svn: 89388
* Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar2009-11-191-1/+0
| | | | llvm-svn: 89333
* clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar2009-11-191-1/+1
| | | | | | | | the argument is given. Also, tweak Opt.Sysroot defaulting. llvm-svn: 89318
* Change -code-completion-debug-printer to -no-code-completion-debug-printer.Daniel Dunbar2009-11-191-6/+6
| | | | | | Also, tweak a few help strings and update CompilerInvocation serialization for prev change. llvm-svn: 89317
* Simplify CompilerInvocation::toArgs, now that LangOptions handling is more ↵Daniel Dunbar2009-11-171-6/+6
| | | | | | predictable. llvm-svn: 89074
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-1/+2
| | | | | | -fnext-runtime), instead of using getDefaultLangOptions. llvm-svn: 89058
* Add initial cut at CompilerInvocation::toArgs, which "serializes" the ↵Daniel Dunbar2009-11-171-0/+547
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
OpenPOWER on IntegriCloud