1. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 14 years ago
  2. 940f646 Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. by Benjamin Kramer · 14 years ago
  3. ec50088 Use SVN_REVISION, not SVN_VERSION. by Ted Kremenek · 14 years ago
  4. 971cc48 Make getClangRevision() check that SVN_VERSION is an empty string by Ted Kremenek · 14 years ago
  5. 974be4d Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 14 years ago
  6. a2a9d6e Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 14 years ago
  7. e242d5f We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 15 years ago
  8. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 15 years ago
  9. 04bb716 Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clang version string through the CIndex API. by Ted Kremenek · 15 years ago
  10. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
  11. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  12. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  13. 1fbf1f0 Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there by Douglas Gregor · 15 years ago
  14. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  15. 60b5d8e Pre-commit commit to get URL keyword expansion for Clang version information by Douglas Gregor · 15 years ago