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 75ccf02 commit d305573Copy full SHA for d305573
src/cil.ml
@@ -1421,7 +1421,7 @@ let attributeHash: (string, attributeClass) H.t =
1421
"aconst"; "__asm__" (* Gcc uses this to specify the name to be used in
1422
* assembly for a global *)];
1423
1424
- (* Now come the MSVC declspec attributes *)
+ (* MSVC declspec attributes that are also supported by GCC *)
1425
List.iter (fun a -> H.add table a AttrName)
1426
[ "thread"; "naked"; "dllimport"; "dllexport";
1427
"selectany"; "nothrow"; "property"; "noreturn"; "align" ];
0 commit comments