Skip to content

Commit d246275

Browse files
authored
[NFC] HLSL doesn't really support digraphs (#4081)
Digraphs are support in C for non-ASCII conforming keyboards. Pretty sure we don't really need that, and it doesn't work anyways.
1 parent 3c8197d commit d246275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/include/clang/Frontend/LangStandards.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ LANGSTANDARD(gnucxx1z, "gnu++1z",
134134
// HLSL Change: HLSL Language standard declaration
135135
LANGSTANDARD(hlsl, "hlsl",
136136
"HLSL",
137-
LineComment | CPlusPlus | Digraphs)
137+
LineComment | CPlusPlus )
138138

139139
// OpenCL
140140
LANGSTANDARD(opencl, "cl",

0 commit comments

Comments
 (0)