Home | History | Annotate | Download | only in Modules

Lines Matching full:inputs

2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-filter SomeTemplate | FileCheck %s --check-prefix=CHECK-DUMP
5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
6 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 -DEARLY_IMPORT
31 // expected-note@Inputs/cxx-templates-a.h:3 {{couldn't infer template argument}}
32 // expected-note@Inputs/cxx-templates-a.h:4 {{requires 1 argument}}
38 // expected-note@Inputs/cxx-templates-b.h:6 {{couldn't infer template argument}}
39 // expected-note@Inputs/cxx-templates-b.h:7 {{requires single argument}}
45 // expected-note@Inputs/cxx-templates-a.h:11 {{invalid explicitly-specified argument}}
46 // expected-note@Inputs/cxx-templates-b.h:11 {{invalid explicitly-specified argument}}
49 // expected-note@Inputs/cxx-templates-a.h:11 {{candidate}}
50 // expected-note@Inputs/cxx-templates-b.h:11 {{candidate}}
55 // expected-note@Inputs/cxx-templates-a.h:12 {{candidate}}
56 // expected-note@Inputs/cxx-templates-b.h:12 {{candidate}}
58 // expected-note@Inputs/cxx-templates-a.h:12 {{candidate}}
59 // expected-note@Inputs/cxx-templates-b.h:12 {{candidate}}
85 // expected-error@Inputs/cxx-templates-a.h:19 {{definition of 'DefinedInBImpl' must be imported}}
86 // expected-note@Inputs/cxx-templates-b-impl.h:1 +{{definition is here}}
87 // expected-error@Inputs/cxx-templates-a.h:19 +{{}}
88 // expected-error@Inputs/cxx-templates-a.h:20 +{{}}