]> granicus.if.org Git - clang/commit
Make the following functions thread-safe but having them return an std::string that...
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Feb 2010 22:54:40 +0000 (22:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Feb 2010 22:54:40 +0000 (22:54 +0000)
commita2a9d6e4e5b6001b86b7dfc5db1ea296ce29a3d3
tree3ad4e855afd9356c2e8b5f395a7b6a376f8be45d
parent36ead2e992abb30aa3b4a40b4c8cb22cc9389fef
Make the following functions thread-safe but having them return an std::string that is reconstructed
every time they are called:

getClangRevision()
getClangFullRepositoryVersion()
getClangFullVersion()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96033 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Basic/Version.h
lib/Basic/Version.cpp
tools/CIndex/CIndex.cpp