Go to file
Frederic Riss 4aa51ae6c9 Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor.
Imported declarations can be DIGlobalVariables which aren't a DIScope. Today
clang (unknowingly I believe) shoehorns these into a DIScope and it all works
just because we never access the fields.

llvm-svn: 221466
2014-11-06 17:46:55 +00:00
clang Remove references to the cortex-a9-mp CPU. 2014-11-06 14:59:30 +00:00
clang-tools-extra [clang-tidy] google-readability-function: skip std::nullptr_t 2014-11-05 11:08:39 +00:00
compiler-rt Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works 2014-11-06 14:58:06 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Fix rvalue bug in __has_operator_addressof 2014-11-05 21:20:10 +00:00
libcxxabi Add support for UNSUPPORTED tag to lit 2014-11-06 15:26:20 +00:00
lld [Mips] Take into account that PIC code is inherently CPIC 2014-11-06 07:07:29 +00:00
lldb Fix lldb-mi warnings so that it builds when --enable-werror is set. 2014-11-06 13:42:49 +00:00
llvm Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor. 2014-11-06 17:46:55 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Extract SCEV generation into subfunction 2014-11-06 00:27:01 +00:00