diff options
Diffstat (limited to 'clang/tools/CIndex/CIndex.cpp')
-rw-r--r-- | clang/tools/CIndex/CIndex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/CIndex/CIndex.cpp b/clang/tools/CIndex/CIndex.cpp index a9889621c7d..84f908d5718 100644 --- a/clang/tools/CIndex/CIndex.cpp +++ b/clang/tools/CIndex/CIndex.cpp @@ -1865,7 +1865,7 @@ void clang_disposeString(CXString string) { extern "C" { const char *clang_getClangVersion() { - return getClangFullVendorVersion(); + return getClangFullVersion(); } } // end: extern "C" |