summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorSergey Kalinichev <kalinichev.so.0@gmail.com>2015-11-15 13:10:10 +0000
committerSergey Kalinichev <kalinichev.so.0@gmail.com>2015-11-15 13:10:10 +0000
commitc015120b535e8090d9cd836f870e74d21f917807 (patch)
tree5107994dce3f79a19e8f58cd972d243b5ad71803 /clang/include/clang-c
parent43ed98b9dd887b01542183f84b3c6f900e12a334 (diff)
downloadbcm5719-llvm-c015120b535e8090d9cd836f870e74d21f917807.tar.gz
bcm5719-llvm-c015120b535e8090d9cd836f870e74d21f917807.zip
[libclang] Expose AutoType
Expose the AutoType via LibClang and python bindings Differential Revision: http://reviews.llvm.org/D13000 llvm-svn: 253165
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index fd8fb130f84..8896dc258b3 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2860,7 +2860,8 @@ enum CXTypeKind {
CXType_IncompleteArray = 114,
CXType_VariableArray = 115,
CXType_DependentSizedArray = 116,
- CXType_MemberPointer = 117
+ CXType_MemberPointer = 117,
+ CXType_Auto = 118
};
/**
OpenPOWER on IntegriCloud