diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-18 06:53:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-18 06:53:45 +0000 |
commit | e33e16cbaa5d0218edcb1711fd09d07b0b948ccb (patch) | |
tree | 98d8242483a7474769e0d51e5df8cc1b160f14cb /clang | |
parent | 7966aafd9b472611cc44b4c076684a5b3a5fc4b7 (diff) | |
download | bcm5719-llvm-e33e16cbaa5d0218edcb1711fd09d07b0b948ccb.tar.gz bcm5719-llvm-e33e16cbaa5d0218edcb1711fd09d07b0b948ccb.zip |
-E output mostly implemented
llvm-svn: 38542
Diffstat (limited to 'clang')
-rw-r--r-- | clang/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/README.txt b/clang/README.txt index 878c9942cbb..368f0c8a668 100644 --- a/clang/README.txt +++ b/clang/README.txt @@ -47,7 +47,7 @@ Preprocessor: * #line / #file directives * Detection of "atomic" headers (#ifndef/#define), #pragma once support. * Function-style #define & macro expansion - * -E & -C & -P output. + * -C & -P output modes. Traditional Preprocessor: * All. |