[PATCH] D36952: [libclang] Add support for checking abstractness of records

Johann Klähn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 05:20:58 PDT 2017


jklaehn created this revision.
jklaehn added a project: clang.

This patch allows checking whether a C++ record declaration is abstract through libclang and clang.cindex (Python).


https://reviews.llvm.org/D36952

Files:
  bindings/python/clang/cindex.py
  bindings/python/tests/cindex/test_cursor.py
  include/clang-c/Index.h
  test/Index/load-classes.cpp
  tools/c-index-test/c-index-test.c
  tools/libclang/CIndex.cpp
  tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36952.111957.patch
Type: text/x-patch
Size: 4338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170821/07b323ba/attachment.bin>


More information about the cfe-commits mailing list