You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
|
|
// RUN: FileCheck %s < %t.log
|
|
|
|
// CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}}
|