We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d354f commit 75ccf02Copy full SHA for 75ccf02
src/cil.ml
@@ -1424,8 +1424,7 @@ let attributeHash: (string, attributeClass) H.t =
1424
(* Now come the MSVC declspec attributes *)
1425
List.iter (fun a -> H.add table a AttrName)
1426
[ "thread"; "naked"; "dllimport"; "dllexport";
1427
- "selectany"; "allocate"; "nothrow"; "novtable"; "property"; "noreturn";
1428
- "uuid"; "align" ];
+ "selectany"; "nothrow"; "property"; "noreturn"; "align" ];
1429
1430
List.iter (fun a -> H.add table a AttrFunType)
1431
[ "format"; "regparm"; "longcall";
0 commit comments