summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Version.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r223578, perf data collection depends on the old symbol name.Paul Robinson2014-12-101-5/+5
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-061-5/+5
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-061-2/+2
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-061-2/+2
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-061-2/+2
* Changing this line of code back to the way it was before Alp's config.h clean...Puyan Lotfi2014-06-051-0/+1
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+0
* Remove trailing spacesSylvestre Ledru2014-01-141-2/+2
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-071-1/+5
* Remove "static" on simple temporary StringRef.Benjamin Kramer2013-08-091-1/+1
* <rdar://problem/13358795> Teach CMake to check Subversion version information...Douglas Gregor2013-03-251-0/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al...Benjamin Kramer2012-05-261-2/+1
* More git-svn compatible version string, by request.Andrew Trick2012-03-071-11/+18
* clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu2012-03-021-2/+33
* Partially revert r147195; lib/Basic/Version.cpp conditionally depends on conf...Eli Friedman2011-12-261-0/+1
* remove unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-4/+5
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-231-2/+0
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-0/+13
* Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar2011-03-311-0/+4
* Basic: Tweak attempt to make version tags work from 'svn export's again, clipDaniel Dunbar2010-10-111-2/+4
* Basic: Attempt to make version tags work from 'svn export's again.Daniel Dunbar2010-10-111-0/+6
* Driver: When clang is built with a VENDOR set, include the base LLVM version inDaniel Dunbar2010-10-071-0/+7
* Basic: Simplify getClangRepositoryPath and getClangRevision.Daniel Dunbar2010-09-291-25/+18
* Basic: Add support for git svn to get the repo version in clang executable,Daniel Dunbar2010-09-291-19/+25
* 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