]> granicus.if.org Git - clang/commitdiff
[NFCI] My attempt to fix a warning in r338886 broke the build! Fix it.
authorErich Keane <erich.keane@intel.com>
Fri, 3 Aug 2018 13:51:35 +0000 (13:51 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 3 Aug 2018 13:51:35 +0000 (13:51 +0000)
Clang format got the best of me... it introduced spaces around something
in a table-genned file, so it was interpreted as an array and not a
code block.

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

include/clang/Basic/Attr.td

index 191bfd50f2139dc65491ce7cefeff0a485099330..7f0417dffe481d779090d55ba4a5d4f0bebbff93 100644 (file)
@@ -146,7 +146,7 @@ def HasFunctionProto : SubsetSubject<DeclBase,
 // member function.
 // FIXME: This does not actually ever match currently.
 def ImplicitObjectParameter
-    : SubsetSubject<Function, [ {static_cast<void>(S), false} ],
+    : SubsetSubject<Function, [{static_cast<void>(S), false}],
                     "implicit object parameters">;
 
 // A single argument to an attribute