[all-commits] [llvm/llvm-project] bd947e: [Clang] [Sema] Don't diagnose multidimensional sub...

Sirraide via All-commits all-commits at lists.llvm.org
Fri Mar 27 10:39:45 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd947ea6fde984e4101a4fd2f1e1105a150d24df
      https://github.com/llvm/llvm-project/commit/bd947ea6fde984e4101a4fd2f1e1105a150d24df
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2026-03-27 (Fri, 27 Mar 2026)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/SemaCXX/cxx23-builtin-subscript.cpp

  Log Message:
  -----------
  [Clang] [Sema] Don't diagnose multidimensional subscript operators on dependent types (#188910)

I forgot to check for dependent types in #187828; we somehow didn’t have
tests for this so CI didn’t catch this...



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