]> granicus.if.org Git - clang/commitdiff
Basic: tweak comment
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 17 Nov 2014 18:40:15 +0000 (18:40 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 17 Nov 2014 18:40:15 +0000 (18:40 +0000)
Add a missing surrounding brace for doxygen group.  This messes with pair
jumping in vim and is annoying.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222155 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 509c88410e28b3b714af82ada493e9c2fcd8f826..91aedaed85f771a060c5f33d740a373ee1282bf7 100644 (file)
@@ -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,
     //@}