[all-commits] [llvm/llvm-project] 8d50a8: [clang-tidy] Hotfix default parameter value in 'bu...

Whisperity via All-commits all-commits at lists.llvm.org
Tue Aug 24 07:12:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d50a847d410295a9fca466d38a261cca4c2302b
      https://github.com/llvm/llvm-project/commit/8d50a847d410295a9fca466d38a261cca4c2302b
  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.




More information about the All-commits mailing list