diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-08-11 15:58:42 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-08-11 15:58:42 +0000 |
| commit | de05118c84dd4fc3e612bec263a6f3178cf5d3db (patch) | |
| tree | cc7af5f8708f7c9f6e32d1da98cad823a444db50 /clang/tools/libclang/libclang.darwin.exports | |
| parent | 4d5dc3e7e54a7fcea7eeb6951d88f2c72001fb7e (diff) | |
| download | bcm5719-llvm-de05118c84dd4fc3e612bec263a6f3178cf5d3db.tar.gz bcm5719-llvm-de05118c84dd4fc3e612bec263a6f3178cf5d3db.zip | |
Add a (currently unused) "options" parameter to
clang_reparseTranslationUnit(), along with a function to retrieve the
default recommended reparsing options for a translation unit.
Also, add the CXTranslationUnit_CacheCompletionResults flag, which is
also currently unused.
llvm-svn: 110811
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 a53595b7cbb..671d376a86e 100644 --- a/clang/tools/libclang/libclang.darwin.exports +++ b/clang/tools/libclang/libclang.darwin.exports @@ -16,6 +16,7 @@ _clang_createTranslationUnitFromSourceFile _clang_defaultCodeCompleteOptions _clang_defaultEditingTranslationUnitOptions _clang_defaultDiagnosticDisplayOptions +_clang_defaultReparseOptions _clang_disposeCodeCompleteResults _clang_disposeDiagnostic _clang_disposeIndex |

