[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Index / complete-preamble.h
blob1972c2acb56812153bdc3b24d235314f12090d94
1 #pragma clang diagnostic push
2 #pragma clang diagnostic ignored "-Weverything"
4 namespace std {
5 void wibble();
8 #pragma clang diagnostic pop
10 namespace std {