mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[clang.py] add TypeKind.VECTOR
Added a missing enumeration. Contributed by: Gregory Szorc <gregory.szorc@gmail.com> llvm-svn: 149828
This commit is contained in:
@@ -1099,6 +1099,7 @@ TypeKind.OBJCOBJECTPOINTER = TypeKind(109)
|
||||
TypeKind.FUNCTIONNOPROTO = TypeKind(110)
|
||||
TypeKind.FUNCTIONPROTO = TypeKind(111)
|
||||
TypeKind.CONSTANTARRAY = TypeKind(112)
|
||||
TypeKind.VECTOR = TypeKind(113)
|
||||
|
||||
class Type(Structure):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user