[PATCH] D12547: Add support for function attribute "disable_tail_calls"

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 12 06:31:15 PST 2015


aaron.ballman added inline comments.

================
Comment at: test/SemaCXX/attr-disable-tail-calls.cpp:2
@@ +1,3 @@
+// RUN: %clang_cc1 -std=c++11 -fsyntax-only %s
+
+class B {
----------------
Is this file missing an expected-no-diagnostics?


http://reviews.llvm.org/D12547





More information about the cfe-commits mailing list