clang-1/include/clang
Chris Lattner 8a87e57beb correctly verify that default and case are in a switchstmt,
this fixes test/Sema/switch.c.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40438 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-23 17:05:23 +00:00
..
AST Refactor switch analysis to make it possible to detect duplicate case values 2007-07-22 07:07:56 +00:00
Basic correctly verify that default and case are in a switchstmt, 2007-07-23 17:05:23 +00:00
CodeGen implement support for basic codegen of global variables with no initializers. 2007-07-13 05:13:43 +00:00
Lex refactor the interface to Preprocessor::GetIncludeFilenameSpelling, 2007-07-23 04:15:27 +00:00
Parse Refactor switch analysis to make it possible to detect duplicate case values 2007-07-22 07:07:56 +00:00
Sema Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00