blob: 003cd2e469fdce904f9a89236a5e33bc60b6b1d6 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s
2// RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-NONEXIST %s
3// RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file-2" -remap-file "%S/nonexistent.h;%S/Inputs/remapped-file-3" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-HEADER %s
Douglas Gregor716f0b32009-12-02 08:08:39 +00004
Douglas Gregor057e5672009-12-02 18:12:28 +00005// CHECK-EXIST: remap-file.c:1:28: warning: incompatible pointer types
6// CHECK-NONEXIST: nonexistent.c:1:28: warning: incompatible pointer types
7// CHECK-HEADER: nonexistent.c:3:19: warning: incompatible pointer types
Douglas Gregor716f0b32009-12-02 08:08:39 +00008int