]> granicus.if.org Git - clang/commitdiff
[NFC] Silence unused variable warning in Attr.td/AttrParsedAttrImpl.inc
authorErich Keane <erich.keane@intel.com>
Fri, 3 Aug 2018 13:01:32 +0000 (13:01 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 3 Aug 2018 13:01:32 +0000 (13:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338884 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Attr.td

index 3b40ddb61e304a9b290542bc7e1a42c4cfb778f1..0fffce42ac6d77a3c7866ce423f53f200c922118 100644 (file)
@@ -145,7 +145,7 @@ def HasFunctionProto : SubsetSubject<DeclBase,
 // function. Accepted as a function type attribute on the type of such a
 // member function.
 // FIXME: This does not actually ever match currently.
-def ImplicitObjectParameter : SubsetSubject<Function, [{false}],
+def ImplicitObjectParameter : SubsetSubject<Function, [{S, false}],
                                             "implicit object parameters">;
 
 // A single argument to an attribute