From 4da9d68da086e648bf67acbbb4d896b7e7567858 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 7 Dec 2010 15:32:12 +0000 Subject: Implement ASTImporter support for Objective-C category implementations. llvm-svn: 121139 --- clang/test/ASTMerge/Inputs/category1.m | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'clang/test/ASTMerge/Inputs/category1.m') diff --git a/clang/test/ASTMerge/Inputs/category1.m b/clang/test/ASTMerge/Inputs/category1.m index ade1c6c66da..6d4fd8d9f28 100644 --- a/clang/test/ASTMerge/Inputs/category1.m +++ b/clang/test/ASTMerge/Inputs/category1.m @@ -23,3 +23,12 @@ @interface I2 () - (int)method3; @end + +// Category with implementation +@interface I2 (Cat3) +@end + +// Category with implementation +@interface I2 (Cat4) +@end + -- cgit v1.2.3