[PATCH] D35187: [libclang] Support for querying whether an enum is scoped

Johann Klähn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 14:56:56 PDT 2017


jklaehn created this revision.

This patch allows checking whether an enum declaration is scoped
through libclang and clang.cindex (Python).


https://reviews.llvm.org/D35187

Files:
  bindings/python/clang/cindex.py
  bindings/python/tests/cindex/test_cursor.py
  include/clang-c/Index.h
  test/Index/print-type-declaration.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: D35187.105794.patch
Type: text/x-patch
Size: 4537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170709/34cdb6e8/attachment.bin>


More information about the cfe-commits mailing list