[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / KeepGoingWithLotsOfErrors.mm
blob078ea6e2ea1423ee404aadc3f5698b74ac6edeab
1 // RUN: env CINDEXTEST_KEEP_GOING=1 c-index-test -code-completion-at=%s:25:1 %s
2 // Shouldn't crash!
3 // This is the minimized test that triggered an infinite recursion:
5 +(BOOL) onEntity {
8 -(const Object &) a_200 {
11 -(int) struct {
14 -(int) bar {
17 -(int) part {
20 +(some_type_t) piece {
23 +(void) z_Z_42 {
24   ([self onEntity: [] { 42];
25   } class: ^ {  }
27   [super];
28   BOOL struct;