Commit 0f1d489
[clang][HLSL] Fix include guard typo in hlsl_compat_overloads.h (llvm#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 llvm#1641001 parent 6c524c4 commit 0f1d489
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments