llvm-project/clang/test
Chris Lattner 54f4d2bd57 correctly verify that default and case are in a switchstmt,
this fixes test/Sema/switch.c.

llvm-svn: 40438
2007-07-23 17:05:23 +00:00
..
CodeGen add FIXME and un-XFAIL test 2007-07-14 20:05:18 +00:00
Lexer Fix a lexer bug where we incorrectly rejected 2007-07-21 23:43:37 +00:00
Parser Catch goto's with a missing identifier, patch by Neil Booth. 2007-07-22 04:13:33 +00:00
Preprocessor implement a missing feature in the #include handler, where 2007-07-23 04:56:47 +00:00
Sema correctly verify that default and case are in a switchstmt, 2007-07-23 17:05:23 +00:00
Makefile add required directories to the path automatically, so the user doesn't need to worry about it. 2007-07-16 04:35:52 +00:00
TestRunner.sh Make make check work again. 2007-06-08 17:57:13 +00:00