[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
[clang.git] / test / Driver / nostdincxx.cpp
blob7e00555d04bd84bec2ab58e6c84332c2378828ef
1 // RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2 // XFAIL: win32
3 // CHECK: file not found
4 #include <vector>