Go to file
Peter Collingbourne 463ff6d823 AsmParser: Make the code for parsing unnamed aliases more closely resemble that for unnamed globals.
This fixes parsing of forward references to unnamed aliases.

While here, remove an unnecessary isa check.

llvm-svn: 254054
2015-11-25 02:54:07 +00:00
clang Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid on this). 2015-11-25 02:41:42 +00:00
clang-tools-extra Fix test failure introduced by r253859. I believe that the new behavior 2015-11-23 22:28:56 +00:00
compiler-rt [compiler-rt] [msan] Couple of fixes for msan with libc++ 2015-11-24 20:28:48 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries. 2015-11-25 01:06:36 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Follow-up to r254049; remove function I missed in the revert. 2015-11-25 01:24:15 +00:00
lldb Another hack to fix the build bot. 2015-11-24 23:11:54 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm AsmParser: Make the code for parsing unnamed aliases more closely resemble that for unnamed globals. 2015-11-25 02:54:07 +00:00
openmp Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
polly ScopInfo: Add support for delinearizing fortran arrays 2015-11-24 17:06:38 +00:00