[all-commits] [llvm/llvm-project] a22e96: [Clang] disallow # operators in attribute argument...

Oleksandr T. via All-commits all-commits at lists.llvm.org
Fri Aug 22 15:31:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a22e9663318f3c8f746fa2aacd39e889b84719a2
      https://github.com/llvm/llvm-project/commit/a22e9663318f3c8f746fa2aacd39e889b84719a2
  Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
  Date:   2025-08-23 (Sat, 23 Aug 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/lib/Parse/ParseDeclCXX.cpp
    A clang/test/Parser/cxx0x-attributes-preprocessor-tokens.cpp

  Log Message:
  -----------
  [Clang] disallow # operators in attribute argument lists (#147308)

Fixes #147217

---

This PR addresses the parsing of attribute arguments by diagnosing and
disallowing the `#` operator



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