Files
clang-p2996/clang/lib/Interpreter/CodeCompletion.cpp
Kazu Hirata eb5dbaf8d0 [clang] Use std::make_unique (NFC) (#97176)
This patch is based on clang-tidy's modernize-make-unique but limited
to those cases where type names are mentioned twice like
`std::unique_ptr<Type>(new Type())`, which is a bit mouthful.
2024-06-29 16:12:18 -07:00

14 KiB