Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |