Go to file
Richard Smith 06a67e2c6f When emitting a multidimensional array new, emit the initializers for the
trailing elements as a single loop, rather than sometimes emitting a nest of
several loops. This fixes a bug where CodeGen would sometimes try to emit an
expression with the wrong type for the element being initialized. Plus various
other minor cleanups to the IR produced for array new initialization.

llvm-svn: 210079
2014-06-03 06:58:52 +00:00
clang When emitting a multidimensional array new, emit the initializers for the 2014-06-03 06:58:52 +00:00
clang-tools-extra Don't assume an implicit error_code -> bool operator. 2014-06-03 04:40:55 +00:00
compiler-rt Fix Android build after r210053 2014-06-03 04:29:46 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld Reference::target() doesn't and shouldn't return a nullptr. 2014-06-03 05:04:07 +00:00
lldb Small cleanups for the new enum fixes: 2014-06-02 21:58:30 +00:00
llvm Use an enum class. 2014-06-03 05:26:12 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove superfluous semicolon confusing clang-format. 2014-06-02 11:29:58 +00:00