[all-commits] [llvm/llvm-project] cf6413: NFC: convert clang/test/AST/HLSL/StructuredBuffers...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Mon Jan 27 10:27:03 PST 2025


  Branch: refs/heads/users/mizvekov/clang-dump-print-anonymous-declarations
  Home:   https://github.com/llvm/llvm-project
  Commit: cf6413e220574adac3c89b28cc5011050ce11144
      https://github.com/llvm/llvm-project/commit/cf6413e220574adac3c89b28cc5011050ce11144
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-01-27 (Mon, 27 Jan 2025)

  Changed paths:
    M clang/test/AST/HLSL/StructuredBuffers-AST.hlsl

  Log Message:
  -----------
  NFC: convert clang/test/AST/HLSL/StructuredBuffers-AST.hlsl to unix line endings


  Commit: c86ebb0a2f129bfb691ef802eb0e127daac6d5ef
      https://github.com/llvm/llvm-project/commit/c86ebb0a2f129bfb691ef802eb0e127daac6d5ef
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-01-27 (Mon, 27 Jan 2025)

  Changed paths:
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/test/AST/HLSL/StructuredBuffers-AST.hlsl
    M clang/test/AST/HLSL/TypedBuffers-AST.hlsl
    M clang/test/AST/ast-dump-decl.c
    M clang/test/AST/ast-dump-records.c
    M clang/test/AST/ast-dump-records.cpp
    M clang/test/AST/attr-counted-by-late-parsed-struct-ptrs.c
    M clang/test/AST/attr-counted-by-or-null-late-parsed-struct-ptrs.c
    M clang/test/AST/attr-counted-by-or-null-struct-ptrs.c
    M clang/test/AST/attr-counted-by-struct-ptrs.c
    M clang/test/AST/attr-sized-by-late-parsed-struct-ptrs.c
    M clang/test/AST/attr-sized-by-or-null-late-parsed-struct-ptrs.c
    M clang/test/AST/attr-sized-by-or-null-struct-ptrs.c
    M clang/test/AST/attr-sized-by-struct-ptrs.c
    M clang/test/Import/cxx-anon-namespace/test.cpp
    M clang/test/Modules/odr_hash.cpp
    M clang/test/SemaTemplate/aggregate-deduction-candidate.cpp
    M clang/test/SemaTemplate/deduction-crash.cpp
    M clang/test/SemaTemplate/deduction-guide.cpp

  Log Message:
  -----------
  [clang] improve print / dump of anonymous declarations

ast-print: A DeclRef to an anonymous NTTP will print
'value-parameter-<Depth>-<Index>', similar to how we print type
parameters.

ast-dump: A bareDeclRef to an anonymous entity will print some extra
identifying information, instead of an empty name, like indexes.
Falls back to source locations if nothing else is available.


Compare: https://github.com/llvm/llvm-project/compare/cf6413e22057%5E...c86ebb0a2f12

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