[all-commits] [llvm/llvm-project] 44df23: [clang][HLSL] Fix include guard typo in hlsl_compa...

Krisitan Erik Olsen via All-commits all-commits at lists.llvm.org
Sat Nov 1 11:01:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44df23aa8ea20618318feda3a445457be3da1ecf
      https://github.com/llvm/llvm-project/commit/44df23aa8ea20618318feda3a445457be3da1ecf
  Author: Krisitan Erik Olsen <kristian.erik at outlook.com>
  Date:   2025-11-01 (Sat, 01 Nov 2025)

  Changed paths:
    M clang/lib/Headers/hlsl/hlsl_compat_overloads.h

  Log Message:
  -----------
  [clang][HLSL] Fix include guard typo in hlsl_compat_overloads.h (#164540)

Fixes a typo in the include guard name in hlsl_compat_overloads.h 

The incorrect line:
`  #define _HLSl_COMPAT_OVERLOADS_H_`
has been corrected to:
`  #define _HLSL_COMPAT_OVERLOADS_H_`


Fixes #164100



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