Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions clang/include/clang/Basic/Features.def
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down