diff options
author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-07-03 20:38:12 +0000 |
---|---|---|
committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-07-03 20:38:12 +0000 |
commit | c70851b74c06b27df07b9a772656a2e663d432ee (patch) | |
tree | 54910fe3f69dd50a555cc060a5fff69823d62088 /tools/libclang/libclang.exports | |
parent | 15cdcbf14b899d0189a5284dda9bf1f043e48f7a (diff) | |
download | clang-c70851b74c06b27df07b9a772656a2e663d432ee.tar.gz |
[libclang] CompilationDatabase naming and comment fixes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159682 91177308-0d34-0410-b5e6-96231b3b80d8
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 |