r204998 - Use the correct trailing comment syntax

Dmitri Gribenko gribozavr at gmail.com
Fri Mar 28 03:09:39 PDT 2014


Author: gribozavr
Date: Fri Mar 28 05:09:39 2014
New Revision: 204998

URL: http://llvm.org/viewvc/llvm-project?rev=204998&view=rev
Log:
Use the correct trailing comment syntax

Modified:
    cfe/trunk/include/clang/Frontend/CodeGenOptions.def

Modified: cfe/trunk/include/clang/Frontend/CodeGenOptions.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CodeGenOptions.def?rev=204998&r1=204997&r2=204998&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CodeGenOptions.def (original)
+++ cfe/trunk/include/clang/Frontend/CodeGenOptions.def Fri Mar 28 05:09:39 2014
@@ -29,7 +29,7 @@ CODEGENOPT(Name, Bits, Default)
 #endif
 
 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
-CODEGENOPT(CompressDebugSections, 1, 0) //< -Wa,-compress-debug-sections
+CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
 CODEGENOPT(Autolink          , 1, 1) ///< -fno-autolink
 CODEGENOPT(AsmVerbose        , 1, 0) ///< -dA, -fverbose-asm.
 CODEGENOPT(ObjCAutoRefCountExceptions , 1, 0) ///< Whether ARC should be EH-safe.





More information about the cfe-commits mailing list