Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some default in the option classes, and some CompilerInvocation argification | Daniel Dunbar | 2009-11-19 | 1 | -15/+12 | |
| | | | | | | errors. llvm-svn: 89388 | |||||
* | Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. | Daniel Dunbar | 2009-11-19 | 1 | -1/+0 | |
| | | | | llvm-svn: 89333 | |||||
* | clang-cc: Remove some more llvm::cl::init arguments, by only setting values when | Daniel Dunbar | 2009-11-19 | 1 | -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 Dunbar | 2009-11-19 | 1 | -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 Dunbar | 2009-11-17 | 1 | -6/+6 | |
| | | | | | | predictable. llvm-svn: 89074 | |||||
* | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -1/+2 | |
| | | | | | | -fnext-runtime), instead of using getDefaultLangOptions. llvm-svn: 89058 | |||||
* | Add initial cut at CompilerInvocation::toArgs, which "serializes" the ↵ | Daniel Dunbar | 2009-11-17 | 1 | -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 |