hanchenye-llvm-project/clang/test
Fariborz Jahanian bfe13c566c This patch introduces a new class to keep track of class implementation info. It also adds more
semantic checks for class and protocol declarations. Test cases are good indications of kind of 
checking being done in this patch.

llvm-svn: 42311
2007-09-25 18:38:09 +00:00
..
CodeGen Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator 2007-08-29 17:48:46 +00:00
Lexer Fix a lexer bug where we incorrectly rejected 2007-07-21 23:43:37 +00:00
Misc Build ASTs before relexing the file. This avoids having comment finding mutate the 2007-08-10 18:27:41 +00:00
Parser Patch to parse objective-c's @try-statement and @throw-statement. 2007-09-19 19:14:32 +00:00
Preprocessor If we see an invalid #ifdef directive, enter a conditional compilation region 2007-09-24 05:14:57 +00:00
Sema This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
Makefile run .m files as tests 2007-08-23 01:09:45 +00:00
TestRunner.sh Make make check work again. 2007-06-08 17:57:13 +00:00