| commit | 7861dc79911e6c75346533c0d86b02da73df72d6 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Feb 07 19:15:44 2013 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Feb 07 19:15:44 2013 +0000 |
| tree | 0c57e1ef866e2b19d30bc740c75889514f0f906b | |
| parent | 560b7fa0c44df3cc4f03b396957aaf7e8e6a8fc8 [diff] [blame] |
Add missing header from r174648 llvm-svn: 174649
diff --git a/clang/test/Modules/Inputs/MethodPoolASub2.h b/clang/test/Modules/Inputs/MethodPoolASub2.h new file mode 100644 index 0000000..cd0f785 --- /dev/null +++ b/clang/test/Modules/Inputs/MethodPoolASub2.h
@@ -0,0 +1,3 @@ +@interface A (Sub2) +- (char*)method4; +@end