From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/test/Index/cindex-on-invalid-usrs.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clang/test/Index/cindex-on-invalid-usrs.m (limited to 'clang/test/Index/cindex-on-invalid-usrs.m') diff --git a/clang/test/Index/cindex-on-invalid-usrs.m b/clang/test/Index/cindex-on-invalid-usrs.m new file mode 100644 index 0000000..6414761 --- /dev/null +++ b/clang/test/Index/cindex-on-invalid-usrs.m @@ -0,0 +1,7 @@ +// RUN: c-index-test -test-load-source-usrs local %s 2>&1 | FileCheck %s + +// - Crash when generating USRs. +@interface Rdar8452791 () - (void)rdar8452791; + +// CHECK: error: cannot find interface declaration for 'Rdar8452791' +// CHECK: missing '@end' -- cgit v1.2.3