Mercurial > hg > CbC > CbC_llvm
view tools/clang/test/Index/cindex-on-invalid-usrs.m @ 53:f679cc5126db
include setjmp.h automatically
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Jan 2014 23:56:19 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
// RUN: c-index-test -test-load-source-usrs local %s 2>&1 | FileCheck %s // <rdar://problem/8452791> - Crash when generating USRs. @interface Rdar8452791 () - (void)rdar8452791; // CHECK: error: cannot find interface declaration for 'Rdar8452791' // CHECK: missing '@end'