]> granicus.if.org Git - clang/commit
[libclang 6/8] Add support for reading implicit attributes
authorMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:20:23 +0000 (05:20 +0000)
committerMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:20:23 +0000 (05:20 +0000)
commit1fc060c4f780c95c33a3724c1981bb5d3fbb9737
treef6c09d176261f6eec506cd2a2aca2a49140bc267
parent4042ae53b138dddb400aa62c3668c29075ca9e92
[libclang 6/8] Add support for reading implicit attributes

Summary:
Having access to implicit attributes is sometimes useful so users of libclang don't have to duplicate some of the logic in sema.

This depends on D49081 since it also adds a CXTranslationUnit flag.

Reviewers: yvvan, jbcoe

Reviewed By: yvvan

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338815 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/implicit-attrs.m [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp