[all-commits] [llvm/llvm-project] 669494: [clang-tidy] fix cppcoreguidelines-init-variables ...
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Jul 1 05:40:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 669494e9c06c78b51260598bba9d84ba7634a53e
https://github.com/llvm/llvm-project/commit/669494e9c06c78b51260598bba9d84ba7634a53e
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
Log Message:
-----------
[clang-tidy] fix cppcoreguidelines-init-variables with catch variables
Ignore catch statement var decls.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D82924
More information about the All-commits
mailing list