llvm-project/clang/test/Lexer
Chris Lattner b5eda6253b 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.

llvm-svn: 46791
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 Submitted by: Bill Wendling 2007-06-27 18:13:04 +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 Submitted by: Bill Wendling 2007-06-27 18:13:04 +00:00
number.c new testcase 2006-10-17 02:53: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 Submitted by: Bill Wendling 2007-06-27 07:26:41 +00:00