summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2014-05-01 15:41:58 +0000
committerJoey Gouly <joey.gouly@gmail.com>2014-05-01 15:41:58 +0000
commitbfbb72a5880662a18d1ce0d01d1539426e879166 (patch)
treedd1ee2d903ac07b8f51f41d655520379cea50878 /bindings
parentf3fa16f5bfb9439249f87b27d80b6d2fb4aa3692 (diff)
[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
This bumps CINDEX_VERSION_MINOR up (to 26). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/clang/cindex.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py
index 21c3f9a8f3..81b2f3f605 100644
--- a/bindings/python/clang/cindex.py
+++ b/bindings/python/clang/cindex.py
@@ -1079,6 +1079,9 @@ CursorKind.CXX_OVERRIDE_ATTR = CursorKind(405)
CursorKind.ANNOTATE_ATTR = CursorKind(406)
CursorKind.ASM_LABEL_ATTR = CursorKind(407)
CursorKind.PACKED_ATTR = CursorKind(408)
+CursorKind.PURE_ATTR = CursorKind(409)
+CursorKind.CONST_ATTR = CursorKind(410)
+CursorKind.NODUPLICATE_ATTR = CursorKind(411)
###
# Preprocessing