diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-05-04 00:14:37 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-05-04 00:14:37 +0000 |
| commit | 37aa4938c8b59db704d4b9c9fed7d6e5e6583bbe (patch) | |
| tree | 049bbfe1caf644c67612a71316c981c09a96d85b /clang/tools/libclang/libclang.darwin.exports | |
| parent | 24f3490467371e2ec713becf49ac9fc586a6a718 (diff) | |
| download | bcm5719-llvm-37aa4938c8b59db704d4b9c9fed7d6e5e6583bbe.tar.gz bcm5719-llvm-37aa4938c8b59db704d4b9c9fed7d6e5e6583bbe.zip | |
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
Diffstat (limited to 'clang/tools/libclang/libclang.darwin.exports')
| -rw-r--r-- | clang/tools/libclang/libclang.darwin.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/libclang/libclang.darwin.exports b/clang/tools/libclang/libclang.darwin.exports index 30c3fd1ac30..7bba6739c56 100644 --- a/clang/tools/libclang/libclang.darwin.exports +++ b/clang/tools/libclang/libclang.darwin.exports @@ -115,6 +115,7 @@ _clang_isConstQualifiedType _clang_isCursorDefinition _clang_isDeclaration _clang_isExpression +_clang_isFileMultipleIncludeGuarded _clang_isInvalid _clang_isPODType _clang_isPreprocessing |

