summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Version.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic: Update getClangRepositoryPath for my change to integration branch layout.Daniel Dunbar2010-05-061-1/+2
* Make sure the raw_string_ostream gets flushed so we don't accidentally return...Benjamin Kramer2010-03-051-3/+3
* Use SVN_REVISION, not SVN_VERSION.Ted Kremenek2010-03-031-1/+1
* Make getClangRevision() check that SVN_VERSION is an empty string Ted Kremenek2010-03-031-8/+8
* Fix bug I introduced with assinging a temporary to a StringRef.Ted Kremenek2010-02-121-1/+1
* Make the following functions thread-safe but having them return an std::strin...Ted Kremenek2010-02-121-27/+20
* We don't need to place 0 in the URL string now that we return a StringRef.Benjamin Kramer2010-01-301-18/+13
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-231-1/+1
* Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek2010-01-221-2/+2
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-221-6/+19
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-221-3/+21
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-221-1/+4
* Strip off the /clang/tools/clang at the end of the Subversion URL, if it's thereDouglas Gregor2009-11-051-0/+4
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-051-16/+2
* Pre-commit commit to get URL keyword expansion for Clang version informationDouglas Gregor2009-10-051-0/+63
OpenPOWER on IntegriCloud