[all-commits] [llvm/llvm-project] 8b3228: [libclang/python] Add missing concept declaration ...
Nick Renieris via All-commits
all-commits at lists.llvm.org
Wed Oct 25 11:25:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b322895207c34b434698954dc67404e0bbf8d8e
https://github.com/llvm/llvm-project/commit/8b322895207c34b434698954dc67404e0bbf8d8e
Author: Nick Renieris <velocityra at gmail.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M clang/bindings/python/clang/cindex.py
Log Message:
-----------
[libclang/python] Add missing concept declaration CursorKind (#69125)
Maps to
[`CXCursor_ConceptDecl`](https://github.com/llvm/llvm-project/blob/ee8524087c78a673fcf5486ded69ee597a85e0f1/clang/include/clang-c/Index.h#L2716),
added in ee8524087c78a673fcf5486ded69ee597a85e0f1.
Without this I get this error on my codebase which uses C++20 concept
decls:
```
ValueError: Unknown template argument kind 604
```
More information about the All-commits
mailing list