aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Version.cpp
AgeCommit message (Expand)Author
2013-03-25<rdar://problem/13358795> Teach CMake to check Subversion version information...Douglas Gregor
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-05-26Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al...Benjamin Kramer
2012-03-07More git-svn compatible version string, by request.Andrew Trick
2012-03-02clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu
2011-12-26Partially revert r147195; lib/Basic/Version.cpp conditionally depends on conf...Eli Friedman
2011-12-22remove unneeded config.h includesDylan Noblesmith
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-23Like the coding standards say, do not use "using namespace std".Jay Foad
2011-03-31Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar
2011-03-31Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar
2010-10-11Basic: Tweak attempt to make version tags work from 'svn export's again, clipDaniel Dunbar
2010-10-11Basic: Attempt to make version tags work from 'svn export's again.Daniel Dunbar
2010-10-07Driver: When clang is built with a VENDOR set, include the base LLVM version inDaniel Dunbar
2010-09-29Basic: Simplify getClangRepositoryPath and getClangRevision.Daniel Dunbar
2010-09-29Basic: Add support for git svn to get the repo version in clang executable,Daniel Dunbar
2010-05-06Basic: Update getClangRepositoryPath for my change to integration branch layout.Daniel Dunbar
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