[PATCH] D27800: Add overload of TransformToPotentiallyEvaluated for TypeSourceInfo
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 15 11:43:07 PDT 2017
efriedma added inline comments.
================
Comment at: test/SemaCXX/pr31042.cpp:1
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -disable-free %s
+
----------------
Oh, this testcase doesn't actually crash on trunk without at least -emit-llvm because semantic analysis doesn't actually verify the used bit. :( Better to include that, I think.
https://reviews.llvm.org/D27800
More information about the cfe-commits
mailing list