llvm with tablegen backend for capstone disassembler
Go to file
Alex Lorenz c6277793dd AsmParser: Require a terminating null character when creating memory buffer.
This commit modifies the memory buffer creation in the AsmParser library so 
that it requires a terminating null character. The LLLexer in the AsmParser
library checks for EOF only when it sees a null character, thus it would
be best to require it when creating a memory buffer so that the memory
buffer constructor can verify that a terminating null character is indeed
present.

Reviewers: Duncan P. N. Exon Smith, Matthias Braun

Differential Revision: http://reviews.llvm.org/D9883

llvm-svn: 237833
2015-05-20 20:41:27 +00:00
clang [CodeGen] Check x86_64-arguments.c tests on AVX as well. NFC. 2015-05-20 18:39:16 +00:00
clang-tools-extra Copy lit shell changes from clang to clang-tools-extra, excluding some failing tests 2015-05-20 20:33:18 +00:00
compiler-rt Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt" 2015-05-20 18:39:59 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Start a to-do list for libc++ 2015-05-20 17:39:54 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld [ARM] Add needed symbols during dynamic executable linking 2015-05-20 13:39:33 +00:00
lldb Default dst value for platform put-file. 2015-05-20 20:23:23 +00:00
llgo benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. 2015-05-12 22:14:26 +00:00
llvm AsmParser: Require a terminating null character when creating memory buffer. 2015-05-20 20:41:27 +00:00
openmp Makefile fix for testsuite -- Follow up to r237618 2015-05-19 21:28:33 +00:00
polly Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00