[all-commits] [llvm/llvm-project] 495d98: [clang-tidy] Fix modernize-use-emplace to support ...
Dong-hee Na via All-commits
all-commits at lists.llvm.org
Wed Aug 31 02:21:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 495d984e14bd8367017ffdea8183840c8267cbbf
https://github.com/llvm/llvm-project/commit/495d984e14bd8367017ffdea8183840c8267cbbf
Author: corona10 <donghee.na92 at gmail.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-emplace.cpp
Log Message:
-----------
[clang-tidy] Fix modernize-use-emplace to support alias cases
Fix modernize-use-emplace to support alias cases
Reviewed By: njames93
Differential Revision: https://reviews.llvm.org/D132640
More information about the All-commits
mailing list