[all-commits] [llvm/llvm-project] 09841d: Add WG14 N2607 to the list of backported features
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon May 22 05:16:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09841d792f47310cf582156b92ffd9fa232853d6
https://github.com/llvm/llvm-project/commit/09841d792f47310cf582156b92ffd9fa232853d6
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M clang/docs/LanguageExtensions.rst
Log Message:
-----------
Add WG14 N2607 to the list of backported features
Arrays and their element types are identically qualified as of C2x,
and we support that behavior as far back as C89.
As a drive-by, this adds the paper number for designated initializers
so that all the WG14 features can be uniquely identified despite the
lack of a feature testing macro.
More information about the All-commits
mailing list