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