]> granicus.if.org Git - clang/commitdiff
Add a missing @end. Why didn't this get diagnosed?
authorDouglas Gregor <dgregor@apple.com>
Fri, 19 Dec 2008 19:16:37 +0000 (19:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 19 Dec 2008 19:16:37 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61256 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjCXX/overload.mm

index 41865ff3e826a2fc51a30556a78a13d49a58a033..badba16c42bc456d4c8ed399ab0fc82b507be683 100644 (file)
@@ -10,6 +10,7 @@ void func(id);
  func(self);
  return self;
 }
+@end
 
 @protocol P0
 @end