Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename getClangFullVendorVersion() to getClangFullVersion(). | Ted Kremenek | 2010-01-23 | 1 | -1/+1 |
* | Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan... | Ted Kremenek | 2010-01-22 | 1 | -2/+2 |
* | Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp... | Ted Kremenek | 2010-01-22 | 1 | -6/+19 |
* | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek | 2010-01-22 | 1 | -3/+21 |
* | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek | 2010-01-22 | 1 | -1/+4 |
* | Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there | Douglas Gregor | 2009-11-05 | 1 | -0/+4 |
* | Provide a common set of routines in Version.h that return Subversion | Douglas Gregor | 2009-10-05 | 1 | -16/+2 |
* | Pre-commit commit to get URL keyword expansion for Clang version information | Douglas Gregor | 2009-10-05 | 1 | -0/+63 |