summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-09-25 00:14:38 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-09-25 00:14:38 +0000
commit513371129c834c143a50c3ca09bb581b7f0f6344 (patch)
tree89a3b7dfb08cefb2188c6b196ec3a00fccb25cf7 /bindings
parentda8d37ce42d2db4e1e76ee6f7f38f10f6b0ef0f8 (diff)
[libclang] Provide location for attributes and expose 'packed' attribute.
Patch by Loïc Jaquemet! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/clang/cindex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py
index 7fe5f7ddab..f3e230e1b2 100644
--- a/bindings/python/clang/cindex.py
+++ b/bindings/python/clang/cindex.py
@@ -1055,6 +1055,7 @@ CursorKind.CXX_FINAL_ATTR = CursorKind(404)
CursorKind.CXX_OVERRIDE_ATTR = CursorKind(405)
CursorKind.ANNOTATE_ATTR = CursorKind(406)
CursorKind.ASM_LABEL_ATTR = CursorKind(407)
+CursorKind.PACKED_ATTR = CursorKind(408)
###
# Preprocessing