hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis 8ae3684aa9 In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed.
Fixes this bug:
  int (x)(0); // error, expected function declarator where the '(0)' initializer is

llvm-svn: 57241
2008-10-07 10:21:57 +00:00
..
Analysis Enhance NSError** checking with analogous checking for CFErrorRef*. 2008-10-01 23:24:09 +00:00
CodeGen fix incorrect rdar number. 2008-10-06 07:43:28 +00:00
CodeGenObjC NeXT: Update to use CreateRuntimeFunction for the routines it imports. 2008-10-01 01:06:06 +00:00
Coverage Improve C language testing coverage. 2008-10-05 06:36:33 +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 switch to using -verify 2008-10-04 19:43:25 +00:00
Rewriter Teach block rewriter to replace '^' with '*' in VarDecls. 2008-09-23 19:24:41 +00:00
Sema "Enhance" CheckArithmeticConstantExpression to accept ?: with a constant 2008-10-06 05:42:39 +00:00
SemaCXX In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. 2008-10-07 10:21:57 +00:00
SemaObjC Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. 2008-09-30 14:38:43 +00:00
SemaObjCXX Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +00:00
TestRunner.sh Remove automagic substitution of %llvmgcc 2008-09-27 00:47:03 +00:00