[all-commits] [llvm/llvm-project] aa189e: Fix compatibility with python3 of clang-include-fi...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Dec 3 03:55:42 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa189ed25fbd861b07eb5d5116dfd8e33e2b1991
https://github.com/llvm/llvm-project/commit/aa189ed25fbd861b07eb5d5116dfd8e33e2b1991
Author: Yannick Brehon <yannickb at google.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
Log Message:
-----------
Fix compatibility with python3 of clang-include-fixer.py
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.
Differential Revision: https://reviews.llvm.org/D70902
More information about the All-commits
mailing list