[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Analysis / scan-build / cxx-name.test
blob483762d619d1783cfca383ecd4eb6b64f3a15f3e
1 REQUIRES: shell
3 RUN: %scan-build sh -c 'echo "CLANG_CXX=/$(basename "$CLANG_CXX")/"' | FileCheck %s
5 Check that scan-build sets the CLANG_CXX environment variable (meant to be
6 consumed by ccc-analyzer) to an appropriate pathname for the clang++ executable,
7 derived from the pathname of the clang executable:
9 CHECK: CLANG_CXX=/clang++{{(\.exe)?}}/