diff options
-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. |