[all-commits] [llvm/llvm-project] 7161e4: [clang-tidy] Hotfix default parameter value in 'bu...
Whisperity via All-commits
all-commits at lists.llvm.org
Tue Aug 24 18:11:30 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 7161e4f3345fda1b640a8250a4b34d23c74b0489
https://github.com/llvm/llvm-project/commit/7161e4f3345fda1b640a8250a4b34d23c74b0489
Author: Whisperity <whisperity at gmail.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp
Log Message:
-----------
[clang-tidy] Hotfix default parameter value in 'bugprone-easily-swappable-parameters'
As identified by @RKSimon, there was a missing comma in the default
value for the "ignored parameter type suffixes" array, resulting in
bogus concatenation of two elements.
(cherry picked from commit 8d50a847d410295a9fca466d38a261cca4c2302b)
More information about the All-commits
mailing list