[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)
llvm-svn: 338884

clang/include/clang/Basic/Attr.td

index 3b40ddb..0fffce4 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