This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Fix a trivial error introduced in D57946.
ClosedPublic

Authored by emilio on Feb 22 2019, 8:39 PM.

Details

Summary

The value for CXCursor_ConvergentAttr is not 420. I'm not really sure how easy
it is to test this, and I'm not familiar with the python bindings, just noticed
the error while looking at D57946 to write D58570.

Diff Detail

Repository
rL LLVM

Event Timeline

emilio created this revision.Feb 22 2019, 8:39 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: cfe-commits. · View Herald Transcript
Anastasia accepted this revision.Feb 25 2019, 3:02 AM

LGTM! Thanks! I guess we are missing a python test? No idea why we are not testing it though...

This revision is now accepted and ready to land.Feb 25 2019, 3:02 AM
Charusso removed a subscriber: Charusso.Feb 25 2019, 3:09 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2019, 1:14 PM