This is an archive of the discontinued LLVM Phabricator instance.

Fix compatibility with python3 of clang-include-fixer.py
ClosedPublic

Authored by yannack on Dec 2 2019, 6:30 AM.

Details

Summary

clang-include-fixer was recently updated to be python3-compatible.
However, an exception handling clause was improperly using the deprecated message property of Exception classes, so the code was not yet entirely python3-compatible.

Diff Detail

Event Timeline

yannack created this revision.Dec 2 2019, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2019, 6:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Dec 3 2019, 3:55 AM
This revision was automatically updated to reflect the committed changes.