clang-1/test
Douglas Gregor 72b505b790 Delay parsing of default arguments of member functions until the class
is completely defined (C++ [class.mem]p2).

Reverse the order in which we process the definitions of member
functions specified inline. This way, we'll get diagnostics in the
order in which the member functions were declared in the class.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61103 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-16 21:30:33 +00:00
..
Analysis Fix regression in handling sizeof(void) in the static analyzer. 2008-12-15 18:51:00 +00:00
CodeGen stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux 2008-12-13 15:31:28 +00:00
CodeGenObjC And a test case for my previous patch. 2008-12-15 20:39:58 +00:00
Coverage Patch to diagnose a variety of misuse of property 2008-12-06 01:12:43 +00:00
Driver Change -verify mode to find the "expected-error" and "expected-warning" strings 2008-11-21 01:18:36 +00:00
Lexer rdar://6060752 - don't warn about trigraphs in bcpl-style comments 2008-12-12 07:34:39 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser fix a buggy fall through that caused a crash-on-invalid. rdar://6248081 2008-12-12 19:20:14 +00:00
Preprocessor Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
Rewriter Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with Blocks and properties 2008-12-09 12:56:34 +00:00
Sema Make error handling for va_start a bit more robust. Fixes PR3213. 2008-12-15 22:05:35 +00:00
SemaCXX Delay parsing of default arguments of member functions until the class 2008-12-16 21:30:33 +00:00
SemaObjC Patch to check for ObjC's property type. 2008-12-16 17:51:01 +00:00
SemaObjCXX Add implicit conversions for Objective-C qualified ids, e.g., 2008-11-27 01:19:21 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00