The 'no_undeclared_includes' attribute should be used in a module to tell that only non-modular headers and headers from used modules are accepted. The main motivation behind this is to prevent dep cycles between system libraries (such as darwin) and libc++. Patch by Richard Smith! llvm-svn: 284797
7 lines
72 B
C
7 lines
72 B
C
#ifndef DARWIN_UTIL_H
|
|
#define DARWIN_UTIL_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif
|