This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Expose cursors for alias/weak attributes
Needs ReviewPublic

Authored by cameron314 on May 10 2016, 1:17 PM.

Details

Reviewers
rsmith
Summary

This patch introduces CXCursor_AliasAttr/CXCursor_WeakAttr and clang_getAliasTargetSpelling() for inspecting alias attributes via libclang.

Diff Detail

Event Timeline

cameron314 updated this revision to Diff 56792.May 10 2016, 1:17 PM
cameron314 retitled this revision from to [libclang] Expose cursors for alias/weak attributes.
cameron314 updated this object.
cameron314 added a reviewer: rsmith.
cameron314 added a subscriber: cfe-commits.
mamai added a subscriber: mamai.Mar 25 2021, 11:46 AM