This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Properly expose linkage spec cursors
Needs ReviewPublic

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

Details

Reviewers
rsmith
Summary

All the groundwork for CXCursor_LinkageSpec already existed, but because of a missing case in a switch, cursors of that type were never actually created for linkage specifications in the AST. This patch fixes that.

I remember seeing another patch that fixed this a long time ago (that I found after fixing it myself), but it was never committed (it was just forgotten, if I recall correctly). Edit: Found it: http://lists.llvm.org/pipermail/cfe-dev/2014-July/038198.html

Diff Detail

Event Timeline

cameron314 updated this revision to Diff 56794.May 10 2016, 1:26 PM
cameron314 retitled this revision from to [libclang] Properly expose linkage spec cursors.
cameron314 updated this object.
cameron314 added a reviewer: rsmith.
cameron314 added a subscriber: cfe-commits.
cameron314 updated this object.Jun 9 2016, 11:54 AM
mamai added a subscriber: mamai.Mar 25 2021, 11:46 AM