| commit | 40ff105663d9f55185d44844eddcbadf0b45360a | [log] [tgz] |
|---|---|---|
| author | Michael Wu <mwu.code@gmail.com> | Fri Aug 03 05:20:23 2018 +0000 |
| committer | Michael Wu <mwu.code@gmail.com> | Fri Aug 03 05:20:23 2018 +0000 |
| tree | 40fb5bf469866ea8a3f3f94f41a6ad0bcaa6c04c | |
| parent | 21a8b605a1b3672384c7b14804f0288e1778fa36 [diff] |
[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 llvm-svn: 338815