[PATCH] D95145: [clang] Fix a nullptr dereference bug on invalid code

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 12:06:33 PST 2021


hokein added inline comments.


================
Comment at: clang/test/SemaCXX/subst-func-type-invalid-ret-type.cpp:2
+// RUN: %clang -fsyntax-only -std=c++17 %s -Xclang -verify
+#include <type_traits>
+
----------------
A common practice is to avoid depending on STL in tests. I think we need to pull out (even simplify?) std::result_of implementation if it is needed for reproducing the crash.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95145/new/

https://reviews.llvm.org/D95145



More information about the cfe-commits mailing list