]> granicus.if.org Git - clang/commitdiff
[clang.py] add TypeKind.VECTOR
authorTobias Grosser <grosser@fim.uni-passau.de>
Sun, 5 Feb 2012 11:42:14 +0000 (11:42 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sun, 5 Feb 2012 11:42:14 +0000 (11:42 +0000)
Added a missing enumeration.

Contributed by: Gregory Szorc <gregory.szorc@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149828 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index 38f117bb1d88c2fd3d4c63619489365c441217ae..37ff5ffd4e94227e64ad47ab787235df19436b3d 100644 (file)
@@ -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):
     """