[all-commits] [llvm/llvm-project] 78e84e: [Clang] A lone `[` does not an attribute make (#14...

Corentin Jabot via All-commits all-commits at lists.llvm.org
Thu Jul 10 05:06:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78e84e5779f4ed1de9bc29b6aae8609de2b9f8c4
      https://github.com/llvm/llvm-project/commit/78e84e5779f4ed1de9bc29b6aae8609de2b9f8c4
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Parse/ParseTentative.cpp
    M clang/test/Parser/cxx0x-lambda-expressions.cpp

  Log Message:
  -----------
  [Clang] A lone `[` does not an attribute make (#147306)

In some tentative parses, we would always consider `[` as the start of
an attribute - only `[[` should be.

Fixes #63880



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