Go to file
Douglas Gregor 3999e15d93 Reject the allocation of variably-modified types in C++ 'new'
expressions. Fixes PR8209 in the narrowest way possible. I'm still
considering whether I want to implement the extension that permits the
use of VLA types in a 'new' expression.

llvm-svn: 115790
2010-10-06 16:00:31 +00:00
clang Reject the allocation of variably-modified types in C++ 'new' 2010-10-06 16:00:31 +00:00
compiler-rt <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 2010-09-27 18:28:15 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx A compiler writer's guide to <atomic>, minor update 2010-10-05 17:22:28 +00:00
lldb Added the first of hopefully many python example scripts that show how to 2010-10-06 03:53:16 +00:00
llvm Constify isReachableFromEntry. 2010-10-06 15:49:14 +00:00