Go to file
Douglas Gregor fcafc6e3de Implement the initial part of C++0x [expr.const]p2, which specifies
that the unevaluated subexpressions of &&, ||, and ? : are not
considered when determining whether the expression is a constant
expression. Also, turn the "used in its own initializer" warning into
a runtime-behavior warning, so that it doesn't fire when a variable is
used as part of an unevaluated subexpression of its own initializer.

Fixes PR9999.

llvm-svn: 131968
2011-05-24 16:02:01 +00:00
clang Implement the initial part of C++0x [expr.const]p2, which specifies 2011-05-24 16:02:01 +00:00
compiler-rt clang/darwin: Tweak CheckArches function to use CC and to not spew output. 2011-05-19 18:02:55 +00:00
debuginfo-tests Clang is now correctly marking this as a class, so update the test case accordingly 2011-05-21 18:17:06 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki 2011-05-24 12:54:00 +00:00
libcxxabi Add goal 2011-05-19 23:38:38 +00:00
lldb Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
llvm Clean up the lazy initialization of DIBuilder a bit. 2011-05-24 06:00:08 +00:00
polly www: Use absolute links 2011-05-24 13:56:06 +00:00