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 ef50227 commit 84d2123Copy full SHA for 84d2123
clang/include/clang/Basic/Features.def
@@ -18,9 +18,10 @@
18
// extension will be made available.
19
//
20
// FEATURE(...) should be used to advertise support for standard language
21
-// features, whereas EXTENSION(...) should be used for clang extensions. Note
22
-// that many of the identifiers in this file don't follow this rule for backward
23
-// compatibility reasons.
+// features or ABI-affecting clang extensions, whereas EXTENSION(...) should be
+// used for clang extensions which do not affect ABI. Note that many of the
+// identifiers in this file don't follow this rule for backward compatibility
24
+// reasons.
25
26
//===----------------------------------------------------------------------===//
27
0 commit comments