1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. f1cc1d0 Like the coding standards say, do not use "using namespace std". by Jay Foad · 14 years ago
  3. ad1a4c6 Change Clang's __VERSION__ to include the same basic info as in clang -v. by Daniel Dunbar · 14 years ago
  4. 9a4a9c2 Basic: Add support for a build variable to set the repository path that goes by Daniel Dunbar · 14 years ago
  5. 83e18f8 Basic: Tweak attempt to make version tags work from 'svn export's again, clip by Daniel Dunbar · 14 years ago
  6. 7171f2a Basic: Attempt to make version tags work from 'svn export's again. by Daniel Dunbar · 14 years ago
  7. ddb6c8d Driver: When clang is built with a VENDOR set, include the base LLVM version in by Daniel Dunbar · 14 years ago
  8. 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
  9. 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
  10. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 15 years ago
  11. 940f646 Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. by Benjamin Kramer · 15 years ago
  12. ec50088 Use SVN_REVISION, not SVN_VERSION. by Ted Kremenek · 15 years ago
  13. 971cc48 Make getClangRevision() check that SVN_VERSION is an empty string by Ted Kremenek · 15 years ago
  14. 974be4d Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 15 years ago
  15. a2a9d6e Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 15 years ago
  16. e242d5f We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 15 years ago
  17. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 15 years ago
  18. 04bb716 Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clang version string through the CIndex API. by Ted Kremenek · 15 years ago
  19. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
  20. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  21. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  22. 1fbf1f0 Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there by Douglas Gregor · 15 years ago
  23. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  24. 60b5d8e Pre-commit commit to get URL keyword expansion for Clang version information by Douglas Gregor · 15 years ago