Eli Friedman
|
2d49c4f98d
|
Make sure an invalid concatentaion doesn't insert whitespace before
the RHS. Fixes assembler-with-cpp issue reported on cfe-dev.
llvm-svn: 72370
|
2009-05-24 19:25:46 +00:00 |
|
Daniel Dunbar
|
0721c2c155
|
In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to
non-argument names, pass the tokens through.
llvm-svn: 72283
|
2009-05-22 21:35:34 +00:00 |
|
Chris Lattner
|
98b100590d
|
fix rdar://6804322 by wiring up -fdollars-in-identifiers
with assembler-with-cpp mode.
llvm-svn: 69520
|
2009-04-19 07:00:02 +00:00 |
|
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
|
Chris Lattner
|
5030e5eabe
|
The individual pieces of an invalid paste as still candidates for expansion.
This matters in assembler mode, where this is silently allowed.
This fixes rdar://6709206.
llvm-svn: 67539
|
2009-03-23 17:32:45 +00:00 |
|
Chris Lattner
|
88c347443e
|
add tests for the various .S bugs I fixed on wednesday.
llvm-svn: 67381
|
2009-03-20 16:28:22 +00:00 |
|
Chris Lattner
|
c4867109f8
|
rename this test from .S to .c so that it gets run.
llvm-svn: 67380
|
2009-03-20 16:16:49 +00:00 |
|