aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Version.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric1-8/+10
2023-12-20Revert "[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)"Dimitry Andric1-10/+8
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric1-8/+10
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith1-3/+3
2020-10-29Remove HAVE_VCS_VERSION_INC, not neededMarcel Hlopko1-2/+0
2020-07-08clang: Don't show a trailing space with --version when not built from the repoSylvestre Ledru1-3/+13
2020-01-16Remove some SVN-specific code.Nico Weber1-31/+4
2019-11-08remove redundant LLVM version from version string when setting CLANG_VENDORNick Desaulniers1-5/+0
2019-07-13This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru1-0/+2
2019-07-12Remove __VERSION__Sylvestre Ledru1-2/+0
2019-02-06[CMake] Unify scripts for generating VCS headersPetr Hosek1-7/+7
2019-01-31Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek1-6/+9
2019-01-31[CMake] Unify scripts for generating VCS headersPetr Hosek1-9/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2014-12-10Revert r223578, perf data collection depends on the old symbol name.Paul Robinson1-5/+5
2014-12-06Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson1-5/+5
2014-06-06Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker1-2/+2
2014-06-06Revert "Devise a package-private means to determine the LLVM version string"Alp Toker1-2/+2
2014-06-06Devise a package-private means to determine the LLVM version stringAlp Toker1-2/+2
2014-06-05Changing this line of code back to the way it was before Alp's config.h clean...Puyan Lotfi1-0/+1
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker1-1/+0
2014-01-14Remove trailing spacesSylvestre Ledru1-2/+2
2014-01-07Shorten the output of `clang-format --version`, include revision number.Nico Weber1-1/+5
2013-08-09Remove "static" on simple temporary StringRef.Benjamin Kramer1-1/+1
2013-03-25<rdar://problem/13358795> Teach CMake to check Subversion version information...Douglas Gregor1-0/+4
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-05-26Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al...Benjamin Kramer1-2/+1
2012-03-07More git-svn compatible version string, by request.Andrew Trick1-11/+18
2012-03-02clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu1-2/+33
2011-12-26Partially revert r147195; lib/Basic/Version.cpp conditionally depends on conf...Eli Friedman1-0/+1
2011-12-22remove unneeded config.h includesDylan Noblesmith1-1/+0
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-4/+5
2011-04-23Like the coding standards say, do not use "using namespace std".Jay Foad1-2/+0
2011-03-31Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar1-0/+13
2011-03-31Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar1-0/+4
2010-10-11Basic: Tweak attempt to make version tags work from 'svn export's again, clipDaniel Dunbar1-2/+4
2010-10-11Basic: Attempt to make version tags work from 'svn export's again.Daniel Dunbar1-0/+6
2010-10-07Driver: When clang is built with a VENDOR set, include the base LLVM version inDaniel Dunbar1-0/+7
2010-09-29Basic: Simplify getClangRepositoryPath and getClangRevision.Daniel Dunbar1-25/+18
2010-09-29Basic: Add support for git svn to get the repo version in clang executable,Daniel Dunbar1-19/+25
2010-05-06Basic: Update getClangRepositoryPath for my change to integration branch layout.Daniel Dunbar1-1/+2
2010-03-05Make sure the raw_string_ostream gets flushed so we don't accidentally return...Benjamin Kramer1-3/+3
2010-03-03Use SVN_REVISION, not SVN_VERSION.Ted Kremenek1-1/+1
2010-03-03Make getClangRevision() check that SVN_VERSION is an empty string Ted Kremenek1-8/+8
2010-02-12Fix bug I introduced with assinging a temporary to a StringRef.Ted Kremenek1-1/+1
2010-02-12Make the following functions thread-safe but having them return an std::strin...Ted Kremenek1-27/+20
2010-01-30We don't need to place 0 in the URL string now that we return a StringRef.Benjamin Kramer1-18/+13
2010-01-23Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek1-1/+1
2010-01-22Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek1-2/+2
2010-01-22Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek1-6/+19