File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -633,6 +633,9 @@ $(H2 $(LNAME2 gnu-clang-extensions, Gnu and Clang Extensions))
633
633
$(LI `__attribute__((naked))`)
634
634
$(LI `__attribute__((noinline))`)
635
635
$(LI $(RELATIVE_LINK2 noreturn, `__attribute__((noreturn))`))
636
+ $(LI `__attribute__((nothrow))`)
637
+ $(LI `__attribute__((pure))`)
638
+ $(LI `__attribute__((vector_size(N)))`)
636
639
$(LI others are ignored)
637
640
)
638
641
@@ -677,13 +680,15 @@ $(H2 $(LNAME2 visualc-extensions, Visual C Extensions))
677
680
$(P The following $(LINK2 https://learn.microsoft.com/en-us/cpp/cpp/declspec?view=msvc-170, `__declspec` extensions):)
678
681
679
682
$(OL
683
+ $(LI `__declspec()`)
680
684
$(LI `__declspec(align(N))`)
681
685
$(LI `__declspec(deprecated)`)
682
686
$(LI `__declspec(dllexport)`)
683
687
$(LI `__declspec(dllimport)`)
684
688
$(LI `__declspec(naked)`)
685
689
$(LI `__declspec(noinline)`)
686
690
$(LI `__declspec(noreturn)`)
691
+ $(LI `__declspec(nothrow)`)
687
692
$(LI `__declspec(thread)`)
688
693
$(LI others are ignored)
689
694
)
You can’t perform that action at this time.
0 commit comments