From: Chad Rosier Date: Tue, 6 Mar 2012 23:19:26 +0000 (+0000) Subject: Missing period. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5de3767186e2a31659c91c55a9665eff077eae6;p=clang Missing period. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152160 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index 7dfb770f6b..0538334fc0 100644 --- a/include/clang/Driver/Driver.h +++ b/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).