[PATCH] D64644: Fixes an assertion failure while instantiation a template with an incomplete typo corrected type
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 10:22:52 PDT 2019
lebedev.ri added inline comments.
================
Comment at: clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-error-limit.cpp:9-10
+
+#include <type_traits>
+#include <utility>
+
----------------
Please don't pull in any external headers - just mock what you need.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64644/new/
https://reviews.llvm.org/D64644
More information about the cfe-commits
mailing list