repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
darwin-warning-options.c
blob
b0a591eac8204d106f7ecf88495e83b1b87872d8
1
// REQUIRES: system-darwin
2
3
// Always error about undefined 'TARGET_OS_*' macros on Darwin.
4
// RUN: %clang -### %s 2>&1 | FileCheck %s
5
6
// CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
7
// CHECK-DAG: "-Werror=undef-prefix"