xgsa marked 3 inline comments as done.
xgsa added inline comments.
================
Comment at: clang-tidy/ClangTidyDiagnosticConsumer.cpp:339
std::unique_ptr<ClangTidyOptionsProvider> OptionsProvider)
: DiagEngine(nullptr), OptionsProvider(std::move(OptionsProvider)),
+ Profile(nullptr),
----------------
Eugene.Zelenko wrote:
> Please use default members initialization for DiagEngine and Profile.
Actually, it is not necessary, as unique_ptr is initialized with nullptr by
default. I have just removed initializing them here.
https://reviews.llvm.org/D41326
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits