Ignore catch statement var decls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82924
[clang-tidy] fix cppcoreguidelines-init-variables with catch variables ClosedPublic Authored by njames93 on Jun 30 2020, 4:34 PM.
Details Summary Ignore catch statement var decls.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 1 2020, 4:36 AM Closed by commit rG669494e9c06c: [clang-tidy] fix cppcoreguidelines-init-variables with catch variables (authored by njames93). · Explain WhyJul 1 2020, 5:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 274649 clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
|