diff options
Diffstat (limited to 'tools/libclang/libclang.exports')
-rw-r--r-- | tools/libclang/libclang.exports | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index 3775ce1476..14ded197e7 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -206,14 +206,14 @@ clang_saveTranslationUnit clang_sortCodeCompletionResults clang_toggleCrashRecovery clang_tokenize -clang_tooling_CompilationDatabase_fromDirectory -clang_tooling_CompilationDatabase_dispose -clang_tooling_CompilationDatabase_getCompileCommands -clang_tooling_CompileCommands_dispose -clang_tooling_CompileCommands_getSize -clang_tooling_CompileCommands_getCommand -clang_tooling_CompileCommand_getDirectory -clang_tooling_CompileCommand_getNumArgs -clang_tooling_CompileCommand_getArg +clang_CompilationDatabase_fromDirectory +clang_CompilationDatabase_dispose +clang_CompilationDatabase_getCompileCommands +clang_CompileCommands_dispose +clang_CompileCommands_getSize +clang_CompileCommands_getCommand +clang_CompileCommand_getDirectory +clang_CompileCommand_getNumArgs +clang_CompileCommand_getArg clang_visitChildren clang_visitChildrenWithBlock |