aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Version.cpp
AgeCommit message (Expand)Author
2010-03-05Make sure the raw_string_ostream gets flushed so we don't accidentally return...Benjamin Kramer
2010-03-03Use SVN_REVISION, not SVN_VERSION.Ted Kremenek
2010-03-03Make getClangRevision() check that SVN_VERSION is an empty string Ted Kremenek
2010-02-12Fix bug I introduced with assinging a temporary to a StringRef.Ted Kremenek
2010-02-12Make the following functions thread-safe but having them return an std::strin...Ted Kremenek
2010-01-30We don't need to place 0 in the URL string now that we return a StringRef.Benjamin Kramer
2010-01-23Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek
2010-01-22Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek
2010-01-22Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek
2010-01-22(1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek
2010-01-22Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek
2009-11-05Strip off the /clang/tools/clang at the end of the Subversion URL, if it's thereDouglas Gregor
2009-10-05Provide a common set of routines in Version.h that return SubversionDouglas Gregor
2009-10-05Pre-commit commit to get URL keyword expansion for Clang version informationDouglas Gregor