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. // //===----------------------------------------------------------------------===//