From 08d6e032a2a0a8656d12b3b7b93942987bb12eb7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 16 Dec 2011 19:06:07 +0000 Subject: C++11 constexpr: Add note stacks containing backtraces if constant evaluation fails within a call to a constexpr function. Add -fconstexpr-backtrace-limit argument to driver and frontend, to control the maximum number of notes so produced (default 10). Fix APValue printing to be able to pretty-print all APValue types, and move the testing for this functionality from a unittest to a -verify test now that it's visible in clang's output. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146749 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unittests/CMakeLists.txt') diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 901f167f35..cb44dc59dc 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -50,11 +50,6 @@ if(SUPPORTS_NO_VARIADIC_MACROS_FLAG) add_definitions("-Wno-variadic-macros") endif() -add_clang_unittest(AST - AST/APValueTest.cpp - USED_LIBS gtest gtest_main clangAST - ) - add_clang_unittest(Basic Basic/FileManagerTest.cpp USED_LIBS gtest gtest_main clangBasic -- cgit v1.2.3