Go to file
Richard Smith f8adcdc436 Track the difference between
-- a constructor list initialization that unpacked an initializer list into
    constructor arguments and
 -- a list initialization that created as std::initializer_list and passed it
    as the first argument to a constructor

in the AST. Use this flag while instantiating templates to provide the right
semantics for the resulting initialization.

llvm-svn: 213224
2014-07-17 05:12:35 +00:00
clang Track the difference between 2014-07-17 05:12:35 +00:00
clang-tools-extra Track clang r213171 2014-07-16 16:50:17 +00:00
compiler-rt [compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debugging API 2014-07-17 00:18:03 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Test commit: Reverting whitespace changes 2014-07-17 05:10:03 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Set DLL bit in PE header if DLL. 2014-07-17 00:22:26 +00:00
lldb Two fixes in the Objective-C language runtime: 2014-07-17 01:20:37 +00:00
llvm MC: make WinEH opcode an opaque value 2014-07-17 03:08:50 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Use attributes to mark function as invalid for polly 2014-07-15 21:06:48 +00:00