This patch allows checking whether a C++ record declaration is abstract through libclang and clang.cindex (Python).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks! However, compared to diff 126298 (https://reviews.llvm.org/differential/diff/126298/), there seems to be duplication in the committed change (maybe some artifacts due to rebasing/merging?). Should I submit a follow-up patch to fix this?
cfe/trunk/bindings/python/clang/cindex.py | ||
---|---|---|
1488 ↗ | (On Diff #127021) | duplicate |
3420 ↗ | (On Diff #127021) | duplicate |
cfe/trunk/bindings/python/tests/cindex/test_cursor.py | ||
289 ↗ | (On Diff #127021) | duplicate |