[all-commits] [llvm/llvm-project] a3b73b: Fix a typo with this test function name
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Apr 13 11:44:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3b73b60be4467d2194d3c95e7b943f1644cf92b
https://github.com/llvm/llvm-project/commit/a3b73b60be4467d2194d3c95e7b943f1644cf92b
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/bugprone-easily-swappable-parameters-implicits.c
Log Message:
-----------
Fix a typo with this test function name
The call and the function name don't line up correctly, so this was
accidentally using an implicit function declaration when it didn't
intend to.
More information about the All-commits
mailing list