llvm-project
44df23aa - [clang][HLSL] Fix include guard typo in hlsl_compat_overloads.h (#164540)

Commit
71 days ago
[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
Author
Parents
Loading