diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Driver/Driver.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index 7dfb770f6b0..0538334fc00 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -113,7 +113,7 @@ public:    /// Whether the driver should follow g++ like behavior.    unsigned CCCIsCXX : 1; -  /// Whether the driver is just the preprocessor +  /// Whether the driver is just the preprocessor.    unsigned CCCIsCPP : 1;    /// Echo commands while executing (in -v style). | 

