Go to file
Chad Rosier f72d06a919 [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
This is complicated by backward labels (e.g., 0b can be both a backward label
and a binary zero).  The current implementation assumes [0-9]b is always a
label and thus it's possible for 0b and 1b to not be interpreted correctly for
ms-style inline assembly.  However, this is relatively simple to fix in the
inline assembly (i.e., drop the [bB]).

This patch also limits backward labels to [0-9]b, so that only 0b and 1b are
ambiguous.
Part of rdar://12470373

llvm-svn: 174983
2013-02-12 18:29:02 +00:00
clang Accept over-qualified constructor in MSVC emulation mode 2013-02-12 17:27:41 +00:00
clang-tools-extra Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
compiler-rt [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode. 2013-02-12 14:37:55 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [tests] Another batch of timeout increases. 2013-02-11 21:04:34 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
lldb Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
llvm [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. 2013-02-12 18:29:02 +00:00
polly [isl-codegen]: Fix off by one in getNumberOfIterations 2013-02-11 17:52:36 +00:00