Skip to content

Commit 7365faa

Browse files
committed
[libclang/python] Sync SampleOCLImage python kinds with Index.h enums
To make the test_all_variants test pass, which is added in llvm/llvm-project#143264 .
1 parent b6109e2 commit 7365faa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,6 +2635,19 @@ def spelling(self):
26352635
HLSLATTRIBUTEDRESOURCE = 180
26362636
HLSLINLINESPIRV = 181
26372637

2638+
SAMPLEDOCLIMAGE1DRO = 200
2639+
SAMPLEDOCLIMAGE1DARRAYRO = 201
2640+
SAMPLEDOCLIMAGE1DBUFFERRO = 202
2641+
SAMPLEDOCLIMAGE2DRO = 203
2642+
SAMPLEDOCLIMAGE2DARRAYRO = 204
2643+
SAMPLEDOCLIMAGE2DDEPTHRO = 205
2644+
SAMPLEDOCLIMAGE2DARRAYDEPTHRO = 206
2645+
SAMPLEDOCLIMAGE2DMSAARO = 207
2646+
SAMPLEDOCLIMAGE2DARRAYMSAARO = 208
2647+
SAMPLEDOCLIMAGE2DMSAADEPTHRO = 209
2648+
SAMPLEDOCLIMAGE2DARRAYMSAADEPTHRO = 210
2649+
SAMPLEDOCLIMAGE3DRO = 211
2650+
26382651
class RefQualifierKind(BaseEnumeration):
26392652
"""Describes a specific ref-qualifier of a type."""
26402653

0 commit comments

Comments
 (0)