From: Erich Keane Date: Fri, 3 Aug 2018 13:51:35 +0000 (+0000) Subject: [NFCI] My attempt to fix a warning in r338886 broke the build! Fix it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6e47e10cdd68125d6795b9a34caaf03f7945b30;p=clang [NFCI] My attempt to fix a warning in r338886 broke the build! Fix it. 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 --- diff --git a/include/clang/Basic/Attr.td b/include/clang/Basic/Attr.td index 191bfd50f2..7f0417dffe 100644 --- a/include/clang/Basic/Attr.td +++ b/include/clang/Basic/Attr.td @@ -146,7 +146,7 @@ def HasFunctionProto : SubsetSubject(S), false} ], + : SubsetSubject(S), false}], "implicit object parameters">; // A single argument to an attribute