[clang] [clang] Ignore GCC 11 `[[malloc(x)]]` attribute (PR #68059)
Alois Klink via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 13:30:19 PDT 2023
================
@@ -1629,6 +1629,8 @@ def IFunc : Attr, TargetSpecificAttr<TargetELF> {
def Restrict : InheritableAttr {
let Spellings = [Declspec<"restrict">, GCC<"malloc">];
+ let Args = [IdentifierArgument<"Deallocator", /*opt*/ 1>,
+ ParamIdxArgument<"DeallocatorPtrArgIndex", /*opt*/ 1>];
----------------
aloisklink wrote:
:+1: Fixed in b7e125882fe895f0c4fb346a5ae1acddb70f6739
https://github.com/llvm/llvm-project/pull/68059
More information about the cfe-commits
mailing list