[PATCH] D27800: Add overload of TransformToPotentiallyEvaluated for TypeSourceInfo

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 16 10:47:11 PDT 2017


efriedma added inline comments.


================
Comment at: test/SemaCXX/pr31042.cpp:1
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -disable-free %s
+
----------------
You need to use "-o -" or something like that to avoid generating a file pr31042.ll.  Also, a comment explaining why this test is using -emit-llvm would be nice.


https://reviews.llvm.org/D27800





More information about the cfe-commits mailing list