[all-commits] [llvm/llvm-project] c65afa: [Clang] Define __cpp_pack_indexing (#101956)

Sirraide via All-commits all-commits at lists.llvm.org
Mon Aug 5 05:02:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c65afad9c58474a784633314e945c874ed06584a
      https://github.com/llvm/llvm-project/commit/c65afad9c58474a784633314e945c874ed06584a
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2024-08-05 (Mon, 05 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.



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