llvm-capstone/clang/test
Daniel Dunbar 70e3ebafdb Improve attribute parsing & tests.
- Support noreturn on function-typed variables.

 - Extend isFunctionOrMethod to return true for K&R functions and
   provide hasFunctionProto to check if a decl has information about
   its arguments. This code needs some serious cleaning, but works.

 - Add/improve test cases for noreturn and unused.

llvm-svn: 57778
2008-10-19 02:04:16 +00:00
..
Analysis Add support in GRExprEngine for UnaryOperator::AlignOf. This fixes one crash report in PR 2796. 2008-10-18 22:20:20 +00:00
CodeGen Added vec_set intrinsics 2008-10-18 02:43:25 +00:00
CodeGenObjC NeXT: Update to use CreateRuntimeFunction for the routines it imports. 2008-10-01 01:06:06 +00:00
Coverage Add some uses of PredefinedExpr to language coverage includes. 2008-10-17 23:04:32 +00:00
Driver Add -rewrite-macros test case. 2008-10-05 01:39:04 +00:00
Lexer Test case for previous commit (Workaround gcc bug causing crash on our 2008-09-05 03:23:51 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Allow variadic arguments without named ones for C++, e.g. "void(...);" 2008-10-06 00:07:55 +00:00
Preprocessor Add a new -dump-raw-tokens option, which allows us to see raw tokens. 2008-10-12 05:03:36 +00:00
Rewriter Tighten up blocks rewriter to handle casts and some other interesting cases. 2008-10-15 18:38:58 +00:00
Sema Improve attribute parsing & tests. 2008-10-19 02:04:16 +00:00
SemaCXX Issue a warning when there's an ambiguous function declarator (that could be a direct initializer for a variable defition). 2008-10-15 23:21:32 +00:00
SemaObjC Improve attribute parsing & tests. 2008-10-19 02:04:16 +00:00
SemaObjCXX Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
Serialization
Makefile Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00