[all-commits] [llvm/llvm-project] a02ee2: [Clang] Define __cpp_pack_indexing (#101956)
Sirraide via All-commits
all-commits at lists.llvm.org
Sat Aug 10 03:26:25 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: a02ee2f6ff2e806c69851182fd6649338020dcae
https://github.com/llvm/llvm-project/commit/a02ee2f6ff2e806c69851182fd6649338020dcae
Author: Sirraide <aeternalmail at gmail.com>
Date: 2024-08-10 (Sat, 10 Aug 2024)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
[Clang] Define __cpp_pack_indexing (#101956)
Following the discussion on #101448 this defines
`__cpp_pack_indexing`. Since pack indexing is currently
supported in all language modes, the feature test macro
is also defined in all language modes.
(cherry picked from commit c65afad9c58474a784633314e945c874ed06584a)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list