[all-commits] [llvm/llvm-project] b0bb86: [HLSL][NFC] Use method builder to create default r...

Helena Kotas via All-commits all-commits at lists.llvm.org
Fri Mar 28 12:04:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0bb86e239b2b09476ca58976094cc645ea9194f
      https://github.com/llvm/llvm-project/commit/b0bb86e239b2b09476ca58976094cc645ea9194f
  Author: Helena Kotas <hekotas at microsoft.com>
  Date:   2025-03-28 (Fri, 28 Mar 2025)

  Changed paths:
    M clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp

  Log Message:
  -----------
  [HLSL][NFC] Use method builder to create default resource constructor (#131384)

Updates `BuiltinTypeMethodBuilder` helper class to support creation of
constructors and updates the code that creates default constructor for
resource classes to use it.

This enables us to share code when creating builtin methods and
constructors and will come in handy when we add more constructors in the
future.

Depends on #131032.



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