Mercurial > hg > CbC > CbC_llvm
view clang/test/Lexer/case-insensitive-system-include.c @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
// REQUIRES: case-insensitive-filesystem // RUN: mkdir -p %t/asystempath // RUN: cp %S/Inputs/case-insensitive-include.h %t/asystempath/ // RUN: cd %t // RUN: %clang_cc1 -fsyntax-only %s -include %s -isystem %t/asystempath -verify -Wnonportable-system-include-path // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s -include %s -isystem %t/asystempath -Wnonportable-system-include-path 2>&1 | FileCheck %s #include "CASE-INSENSITIVE-INCLUDE.H" // expected-warning {{non-portable path}} // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:10-[[@LINE-1]]:38}:"\"case-insensitive-include.h\""