]> granicus.if.org Git - clang/commit
[libclang 8/8] Add support for the flag_enum attribute
authorMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:55:40 +0000 (05:55 +0000)
committerMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:55:40 +0000 (05:55 +0000)
commit3500aae383c620654e2a1912ce7c23e3db300842
tree04b5e51d7b3ffc589a69d920d36a65115bb34235
parenta5e5a0f70484949bacbf6501df18392deacd3b87
[libclang 8/8] Add support for the flag_enum attribute

Summary:
This adds support to libclang for reading the flag_enum attribute.

This also bumps CINDEX_VERSION_MINOR for this patch series.

Reviewers: yvvan, jbcoe

Reviewed By: yvvan

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D49635

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338820 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/attributes.c
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp