Lines Matching refs:errors
4 // pcherror-error-re@* {{module file '{{.*}}use_error_a.pcm' contains compiler errors}}
19 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
22 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
26 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
32 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
40 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
52 // RUN: %clang_cc1 -fmodules -fallow-pcm-with-compiler-errors \
64 // RUN: grep "module file .* contains compiler errors"
66 // Shouldn't build the cached modules (that have errors) when not allowing
67 // errors
73 // Should build the cached modules when allowing errors
74 // RUN: %clang_cc1 -fsyntax-only -fmodules -fallow-pcm-with-compiler-errors \
82 // RUN: %clang_cc1 -fsyntax-only -fmodules -fallow-pcm-with-compiler-errors \
92 // allow-pcm-with-compiler-errors should also allow errors in PCH
93 // RUN: %clang_cc1 -fallow-pcm-with-compiler-errors -x objective-c \
103 // RUN: -Xclang -fallow-pcm-with-compiler-errors -I %S/Inputs/error | FileCheck -check-prefix=COMPLETE %s
108 // RUN: -Xclang -fallow-pcm-with-compiler-errors -I %S/Inputs/error | FileCheck -check-prefix=SOURCE %s
109 // SOURCE: load-module-with-errors.m:9:6: FunctionDecl=test:9:6 (Definition) Extent=[9:1 - 13:2]
110 // SOURCE: load-module-with-errors.m:9:18: ParmDecl=x:9:18 (Definition) Extent=[9:11 - 9:19]
111 // SOURCE: load-module-with-errors.m:9:11: ObjCClassRef=Error:5:12 Extent=[9:11 - 9:16]
112 // SOURCE: load-module-with-errors.m:9:21: CompoundStmt= Extent=[9:21 - 13:2]
113 // SOURCE: load-module-with-errors.m:10:3: CallExpr=funca:3:6 Extent=[10:3 - 10:11]
114 // SOURCE: load-module-with-errors.m:11:3: CallExpr=funcb:3:6 Extent=[11:3 - 11:11]
115 // SOURCE: load-module-with-errors.m:12:3: ObjCMessageExpr=method:6:8 Extent=[12:3 - 12:13]