Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bfec916e5fc40f22ac11267e78a024cd8dcf3bbf
/
test
/
Parser
/
ms-inline-asm.c
69bb7f6
Temporarily disabling ms-asm test
by Renato Golin
· 12 years ago
bce9205
Add a triple, per Ben's suggestion.
by Chad Rosier
· 12 years ago
bd00bdb
Second attempt to fix ppc bots.
by Chad Rosier
· 12 years ago
80d38eb
Add x86 requirement to hopefully fix ppc bots.
by Chad Rosier
· 12 years ago
c666cf4
[ms-inline asm] Remove a warning about ms-style inline assembly not being
by Chad Rosier
· 12 years ago
15490fd
[driver, ms-inline asm] MS-Style inline assembly is controlled by the
by Chad Rosier
· 12 years ago
56d7f23
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
by Chad Rosier
· 12 years ago
f37e421
[ms-inline asm] MSVC parses multiple __asm statements on a single line as one
by Chad Rosier
· 12 years ago
21ef711
[ms-inline asm] Add a helpful assert.
by Chad Rosier
· 12 years ago
52e4ed9
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
by Chad Rosier
· 12 years ago
b3b26bf
[ms-inline-asm] The __asm keyword is a statement separator, so multiple asm
by Chad Rosier
· 12 years ago
a01eddb
[ms-inline-asm] Cleanup MS style inline assembly parsing.
by Chad Rosier
· 12 years ago
3fedbe1
Some fixes for MS-style asm parsing: specifically, add some error checking, and handle asm comments using semicolons correctly. (The comments are actually surprisingly tricky.)
by Eli Friedman
· 13 years ago