[PATCH] D36452: [clang-tidy] Fix another crash in make-unique check.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 9 09:42:37 PDT 2017
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Thank you for the fix!
Looks good!
================
Comment at: test/clang-tidy/modernize-make-unique.cpp:419
+
+class UniqueFoo : public std::unique_ptr<Foo> {
+ public:
----------------
I suspected folks were doing weird stuff to cause this crash ;]
https://reviews.llvm.org/D36452
More information about the cfe-commits
mailing list