Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/test/clang-tidy/checkers/modernize/use-emplace.cpp | ||
---|---|---|
1268 | Is this a test case that wasn't already caught, as braces aren't being used here |
Thanks for the review. Do I have to do anything or how will this be handled from here?
clang-tools-extra/test/clang-tidy/checkers/modernize/use-emplace.cpp | ||
---|---|---|
1268 | This case was/is already caught. I added this check (and a few others) to make sure I don't break that behavior. |
Ping.
(Sorry, it's my first time contributing to LLVM and I simply don't know what happens next. Do I need to do anything? Or is it just waiting to get merged at some point?)
My apologies, what is your GitHub username and email so I can attribute you as the author of this patch.
GitHub username: BigPeet
GitHub email: pwolf2310@gmail.com
Thanks for your quick response.
Is this a test case that wasn't already caught, as braces aren't being used here