From 84d2123ef42150c4c347ef1b65b17bf16cc7757f Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 11 Aug 2025 16:38:18 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.6-beta.1 --- clang/include/clang/Basic/Features.def | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clang/include/clang/Basic/Features.def b/clang/include/clang/Basic/Features.def index c58e3f2400adc..94d5432f5fb3d 100644 --- a/clang/include/clang/Basic/Features.def +++ b/clang/include/clang/Basic/Features.def @@ -18,9 +18,10 @@ // extension will be made available. // // FEATURE(...) should be used to advertise support for standard language -// features, whereas EXTENSION(...) should be used for clang extensions. Note -// that many of the identifiers in this file don't follow this rule for backward -// 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 +// reasons. // //===----------------------------------------------------------------------===//