clang-1/unittests
Richard Smith 08d6e032a2 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
2011-12-16 19:06:07 +00:00
..
Basic unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc. 2011-09-23 01:53:05 +00:00
Frontend This random unit test also depends on ARCMigrate. 2011-06-16 05:35:43 +00:00
CMakeLists.txt C++11 constexpr: Add note stacks containing backtraces if constant evaluation 2011-12-16 19:06:07 +00:00
Makefile C++11 constexpr: Add note stacks containing backtraces if constant evaluation 2011-12-16 19:06:07 +00:00