diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-07-29 06:30:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-07-29 06:30:25 +0000 |
| commit | 457fc15bc5beb48fb3041a7525b6731edf720cc8 (patch) | |
| tree | 878e141457ea9f7f4b03d3f6d3c8a707dfaa6cd1 /clang/Driver/clang.cpp | |
| parent | 2be41154652c162e5ab5db6ea41a651c4dc3263f (diff) | |
| download | bcm5719-llvm-457fc15bc5beb48fb3041a7525b6731edf720cc8.tar.gz bcm5719-llvm-457fc15bc5beb48fb3041a7525b6731edf720cc8.zip | |
Implement comment saving mode: the -C and -CC options.
llvm-svn: 38783
Diffstat (limited to 'clang/Driver/clang.cpp')
| -rw-r--r-- | clang/Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index 8dfbe59f50d..f2464992b3f 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -703,7 +703,7 @@ int main(int argc, char **argv) { } case PrintPreprocessedInput: // -E mode. - DoPrintPreprocessedInput(PP); + DoPrintPreprocessedInput(PP, Options); break; case DumpTokens: { // Token dump mode. |

