Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis test fixes #131

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
add static cursor 603
alexandred committed Dec 22, 2017
commit 8c95d9cecafd4304fd9dc3bbf81740cdd5f2e134
2 changes: 2 additions & 0 deletions cldoc/clang/cindex.py
Original file line number Diff line number Diff line change
@@ -1158,6 +1158,8 @@ def __repr__(self):
# A static_assert or _Static_assert node
CursorKind.STATIC_ASSERT = CursorKind(602)

CursorKind.STATIC_ASSERT = CursorKind(603)

# A code completion overload candidate.
CursorKind.OVERLOAD_CANDIDATE = CursorKind(700)