[PATCH] D58571: [libclang] Fix a trivial error introduced in D57946.
Emilio Cobos Álvarez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 25 13:14:56 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL354823: [libclang] Fix a trivial error introduced in D57946. (authored by emilio, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D58571?vs=188027&id=188249#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58571/new/
https://reviews.llvm.org/D58571
Files:
cfe/trunk/bindings/python/clang/cindex.py
Index: cfe/trunk/bindings/python/clang/cindex.py
===================================================================
--- cfe/trunk/bindings/python/clang/cindex.py
+++ cfe/trunk/bindings/python/clang/cindex.py
@@ -1342,7 +1342,7 @@
CursorKind.DLLEXPORT_ATTR = CursorKind(418)
CursorKind.DLLIMPORT_ATTR = CursorKind(419)
-CursorKind.CONVERGENT_ATTR = CursorKind(420)
+CursorKind.CONVERGENT_ATTR = CursorKind(438)
###
# Preprocessing
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58571.188249.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190225/8dec739b/attachment.bin>
More information about the llvm-commits
mailing list