index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
/
assembler-with-cpp.c
Age
Commit message (
Expand
)
Author
2011-01-06
fix rdar://8823139, a crash on a comment in a preprocessed .s file
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-30
Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-27
fix tests
Nuno Lopes
2009-10-27
Convert Preprocessor Clang tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-25
Fix a couple of bugs:
Chris Lattner
2009-05-25
fix this test to fail when the patch isn't applied.
Chris Lattner
2009-05-24
Make sure an invalid concatentaion doesn't insert whitespace before
Eli Friedman
2009-05-22
In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to
Daniel Dunbar
2009-04-19
fix rdar://6804322 by wiring up -fdollars-in-identifiers
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-23
The individual pieces of an invalid paste as still candidates for expansion.
Chris Lattner
2009-03-20
add tests for the various .S bugs I fixed on wednesday.
Chris Lattner
2009-03-20
rename this test from .S to .c so that it gets run.
Chris Lattner