1. fb9413c Remove some SVN-specific code. by Nico Weber · 6 years ago
  2. 51adeae remove redundant LLVM version from version string when setting CLANG_VENDOR by Nick Desaulniers · 6 years ago
  3. 21a92a8 This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784. by Sylvestre Ledru · 6 years ago
  4. 6035802 Remove __VERSION__ by Sylvestre Ledru · 6 years ago
  5. 23fdd5a [CMake] Unify scripts for generating VCS headers by Petr Hosek · 7 years ago
  6. 12062e0 Revert "[CMake] Unify scripts for generating VCS headers" by Petr Hosek · 7 years ago
  7. 0e712a7 [CMake] Unify scripts for generating VCS headers by Petr Hosek · 7 years ago
  8. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  9. af6b86c Revert r223578, perf data collection depends on the old symbol name. by Paul Robinson · 11 years ago
  10. 0110588 Rename a couple of preprocessor symbols to be more descriptive. NFC. by Paul Robinson · 11 years ago
  11. f988d00 Revert "Revert "Devise a package-private means to determine the LLVM version string"" by Alp Toker · 11 years ago
  12. 27f333d Revert "Devise a package-private means to determine the LLVM version string" by Alp Toker · 11 years ago
  13. 420d7cc Devise a package-private means to determine the LLVM version string by Alp Toker · 11 years ago
  14. 54741fe Changing this line of code back to the way it was before Alp's config.h clean up changes. by Puyan Lotfi · 11 years ago
  15. 1d257e1 Remove the last remaining llvm/Config/config.h includes by Alp Toker · 11 years ago
  16. 096d6e4 Remove trailing spaces by Sylvestre Ledru · 12 years ago
  17. b00d66e Shorten the output of `clang-format --version`, include revision number. by Nico Weber · 12 years ago
  18. 7a7285c Remove "static" on simple temporary StringRef. by Benjamin Kramer · 12 years ago
  19. c060b4c <rdar://problem/13358795> Teach CMake to check Subversion version information at build time, not configure time. by Douglas Gregor · 13 years ago
  20. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  21. 7b01b57 Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion already adds some. by Benjamin Kramer · 13 years ago
  22. 9179e8a More git-svn compatible version string, by request. by Andrew Trick · 14 years ago
  23. 5c30248 clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. by Jia Liu · 14 years ago
  24. 2b081c2 Partially revert r147195; lib/Basic/Version.cpp conditionally depends on config.h. by Eli Friedman · 14 years ago
  25. 1ced737 remove unneeded config.h includes by Dylan Noblesmith · 14 years ago
  26. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  27. 72e705e Like the coding standards say, do not use "using namespace std". by Jay Foad · 15 years ago
  28. 3b17a86 Change Clang's __VERSION__ to include the same basic info as in clang -v. by Daniel Dunbar · 15 years ago
  29. b1798f7 Basic: Add support for a build variable to set the repository path that goes by Daniel Dunbar · 15 years ago
  30. 48ed37d Basic: Tweak attempt to make version tags work from 'svn export's again, clip by Daniel Dunbar · 15 years ago
  31. d097d91 Basic: Attempt to make version tags work from 'svn export's again. by Daniel Dunbar · 15 years ago
  32. 6036264 Driver: When clang is built with a VENDOR set, include the base LLVM version in by Daniel Dunbar · 15 years ago
  33. 181ca58 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 15 years ago
  34. b800fdb Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 15 years ago
  35. 0b97298 Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 16 years ago
  36. d4870700 Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. by Benjamin Kramer · 16 years ago
  37. c9ef64f Use SVN_REVISION, not SVN_VERSION. by Ted Kremenek · 16 years ago
  38. 4730729 Make getClangRevision() check that SVN_VERSION is an empty string by Ted Kremenek · 16 years ago
  39. 8bd0929 Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 16 years ago
  40. a3e6570 Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 16 years ago
  41. a87bdb7 We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 16 years ago
  42. 4c0df3d Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 16 years ago
  43. c0f3f72 Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clang version string through the CIndex API. by Ted Kremenek · 16 years ago
  44. 51b8bc9 Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 16 years ago
  45. 18e066f (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 16 years ago
  46. 2377a0e Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 16 years ago
  47. 4c25ce7 Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there by Douglas Gregor · 16 years ago
  48. 1b7035d Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 16 years ago
  49. 7550a6c Pre-commit commit to get URL keyword expansion for Clang version information by Douglas Gregor · 16 years ago