diff options
Diffstat (limited to 'include/clang/Basic/Version.h')
-rw-r--r-- | include/clang/Basic/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Version.h b/include/clang/Basic/Version.h index b9441f6e85..7e856e9a99 100644 --- a/include/clang/Basic/Version.h +++ b/include/clang/Basic/Version.h @@ -65,7 +65,7 @@ namespace clang { /// \brief Retrieves a string representing the complete clang version, /// which includes the clang version number, the repository version, /// and the vendor tag. - llvm::StringRef getClangFullVendorVersion(); + const char *getClangFullVendorVersion(); } #endif // LLVM_CLANG_BASIC_VERSION_H |