[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / fdiagnostics-format-sarif.cpp
blobf7e2274e532b18ad205799cd7e80cf1ae4bdcfca
1 // RUN: %clang -fsyntax-only -fdiagnostics-format=sarif %s -### 2>&1 | FileCheck %s --check-prefix=WARN
2 // WARN: warning: diagnostic formatting in SARIF mode is currently unstable [-Wsarif-format-unstable]
4 // RUN: %clang -fsyntax-only -fdiagnostics-format=SARIF %s -### 2>&1 | FileCheck %s --check-prefix=WARN2
5 // WARN2: warning: diagnostic formatting in SARIF mode is currently unstable [-Wsarif-format-unstable]