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
/
PCH
/
pth.h
blob
9ae7021a5e4af7cfff5dd1694267c740bebd8bd9
1
// This case came up when using PTH with Boost (<rdar://problem/8227989>).
2
3
# ifndef R8227989_PREPROCESSOR_CONFIG_CONFIG_HPP
4
# ifndef R8227989_PP_CONFIG_FLAGS
5
# endif
6
#
7
# ifndef R8227989_PP_CONFIG_ERRORS
8
# ifdef NDEBUG
9
# endif
10
# endif
11
# endif
12