r222155 - Basic: tweak comment

Saleem Abdulrasool compnerd at compnerd.org
Mon Nov 17 10:40:16 PST 2014


Author: compnerd
Date: Mon Nov 17 12:40:15 2014
New Revision: 222155

URL: http://llvm.org/viewvc/llvm-project?rev=222155&view=rev
Log:
Basic: tweak comment

Add a missing surrounding brace for doxygen group.  This messes with pair
jumping in vim and is annoying.  NFC.

Modified:
    cfe/trunk/lib/Basic/Targets.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=222155&r1=222154&r2=222155&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Mon Nov 17 12:40:15 2014
@@ -1868,6 +1868,7 @@ class X86TargetInfo : public TargetInfo
     /// This specification is deprecated and will be removed in the future.
     /// Users should prefer \see CK_K8.
     // FIXME: Warn on this when the CPU is set to it.
+    //@{
     CK_x86_64,
     //@}
 





More information about the cfe-commits mailing list