Douglas Gregor 37aa4938c8 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),
which determines whether a particular file is actually a header that
is intended to be guarded from multiple inclusions within the same
translation unit.

llvm-svn: 130808
2011-05-04 00:14:37 +00:00

7 lines
86 B
C

#ifndef GUARDED_HEADER_H
#define GUARDED_HEADER_H
int y;
#endif // GUARDED_HEADER_H