Go to file
David Blaikie e0e8a3baa0 Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a DIE rather than inserting it into a specified context.
First of many steps to improve lexical scope construction (to omit
trivial lexical scopes - those without any direct variables). To that
end it's easier not to create imported entities directly into the
lexical scope node, but to build them, then add them if necessary.

llvm-svn: 216838
2014-08-31 05:32:06 +00:00
clang cxx_status: we did support some of C++14 in Clang 3.3. 2014-08-31 04:18:54 +00:00
clang-tools-extra Try to fix test on msvc and 32 bit hosts. 2014-08-29 14:47:30 +00:00
compiler-rt [asan] enable poison_array_cookie back 2014-08-29 01:16:18 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build against LLVM SVN >= r216488 2014-08-28 06:19:37 +00:00
libcxx Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie. 2014-08-27 17:00:11 +00:00
libcxxabi Add missing include to a test case. 2014-08-29 16:09:32 +00:00
lld [PECOFF] Fix AMD64_REL_[1-5] and AMD64_SECTION relocations 2014-08-29 20:33:27 +00:00
lldb Fixed a build problem dueo to changes in the 2014-08-30 02:24:56 +00:00
llvm Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a DIE rather than inserting it into a specified context. 2014-08-31 05:32:06 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Always pipe in test files 2014-08-30 09:15:04 +00:00