clang-1/test/Lexer
Chris Lattner e66b65c3a3 pull .ll and .bc writing out of the ASTConsumer destructors into some top
level code in clang.  This is a cleanup, but does implement "-o" for 
-emit-llvm.  One effect of this is that "clang foo.c -emit-llvm" will now
emit into foo.ll instead of stdout.  Use "clang foo.c -emit-llvm -o -" or 
"clang < foo.c -emit-llvm" to get the old behavior.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46791 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-06 01:42:25 +00:00
..
11-27-2007-FloatLiterals.c pull .ll and .bc writing out of the ASTConsumer destructors into some top 2008-02-06 01:42:25 +00:00
badstring_in_if0.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
block_cmt_end.c rename -parse-ast-print to -ast-print 2007-10-11 00:18:28 +00:00
c90.c Fix a bug handling hex floats in c90 mode, pointed out by Neil. 2007-11-14 16:14:50 +00:00
constants.c rename -parse-ast-print to -ast-print 2007-10-11 00:18:28 +00:00
cxx0x_keyword.cpp The checking for the delimiters of expected error/warning messages was 2007-11-26 08:26:20 +00:00
cxx0x_keyword_as_cxx98.cpp Add support for C++'0x keywords, patch by Doug Gregor 2007-07-16 04:18:29 +00:00
escape_newline.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
number.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
pragma-mark.c Add support for #pragma mark, which shouldn't warn about bogus tokens. 2007-12-19 19:38:36 +00:00
unknown-char.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00