[all-commits] [llvm/llvm-project] a543d8: Fix handling of -> calls for modernize-use-emplace
BigPeet via All-commits
all-commits at lists.llvm.org
Fri Feb 10 10:53:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a543d840ee0ac53ef9df70c0e2a996e1a222064b
https://github.com/llvm/llvm-project/commit/a543d840ee0ac53ef9df70c0e2a996e1a222064b
Author: BigPeet <pwolf2310 at gmail.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-emplace.cpp
Log Message:
-----------
Fix handling of -> calls for modernize-use-emplace
Fixes #55869
Reviewed By: njames93, nicovank
Differential Revision: https://reviews.llvm.org/D142939
More information about the All-commits
mailing list