Go to file
Joerg Sonnenberger 1d3b431c98 Global inline assembler blocks are merged before parsing, so no specific
location data is available. If pragma handling wants to look up the
position, it finds the LLVM buffer and wants to compare it with the
special built-in buffer, failing badly. Extend to the special handling
of the built-in buffer to also check for the inline asm buffer. Expect
only a single asm buffer. Sort it between the built-in buffers and the
normal file buffers.

Fixes the assert part of PR 22576.

llvm-svn: 232389
2015-03-16 17:54:54 +00:00
clang Global inline assembler blocks are merged before parsing, so no specific 2015-03-16 17:54:54 +00:00
clang-tools-extra Fix ./configure build after r232338. 2015-03-16 00:43:57 +00:00
compiler-rt [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD 2015-03-16 14:42:21 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report. 2015-03-16 15:10:28 +00:00
libcxxabi Update copyright year to 2015. 2015-03-12 20:13:54 +00:00
lld [Mips] clang-format the code 2015-03-16 09:14:47 +00:00
lldb Enabling the lldb-mi tests on Linux. 2015-03-16 14:28:18 +00:00
llgo [llgo] update year in LICENSE.txt 2015-03-13 01:36:02 +00:00
llvm Fix doxygen comments from r232268 2015-03-16 17:49:03 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Test case updates for explicit type parameter to the gep operator 2015-03-13 18:21:20 +00:00