Go to file
Richard Smith f6f003af6a 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.

llvm-svn: 146749
2011-12-16 19:06:07 +00:00
clang C++11 constexpr: Add note stacks containing backtraces if constant evaluation 2011-12-16 19:06:07 +00:00
compiler-rt [asan] revert r146529: we do need to build asan-rt as a shared library. Will need to find a different way to modify preinit_array 2011-12-15 23:08:00 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Allow unique_ptr<T const []> to be constructed with a T* (in addition to a const T*) 2011-12-16 15:37:23 +00:00
libcxxabi Fixed several bugs, implemented support for vector types, and cleaned out dead code. 2011-12-15 20:02:15 +00:00
lldb Handle all of the "thumb" target triple architecture variants that llvm 2011-12-16 18:15:52 +00:00
llvm In DICompositeType, referenced to derived type is either metadata or null. 2011-12-16 17:51:31 +00:00
polly Adapt to move of isSafeToSpeculativelyExecute into another header. 2011-12-16 08:27:42 +00:00