[all-commits] [llvm/llvm-project] 07028c: modernize-use-trailing-return-type fix for PR44206
Bernhard Manfred Gruber via All-commits
all-commits at lists.llvm.org
Sat Oct 3 07:10:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07028cd5dbb8417fb41121a7e75290fab00f65fc
https://github.com/llvm/llvm-project/commit/07028cd5dbb8417fb41121a7e75290fab00f65fc
Author: Bernhard Manfred Gruber <bernhardmgruber at gmail.com>
Date: 2020-10-03 (Sat, 03 Oct 2020)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
Log Message:
-----------
modernize-use-trailing-return-type fix for PR44206
Prevent rewrite when an unqualified id in a typedef type collides
with a function argument name. Fixes PR44206.
More information about the All-commits
mailing list