History log of /llvm-project/clang/lib/Basic/Version.cpp (Results 51 – 55 of 55)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 18e066f6 22-Jan-2010 Ted Kremenek <kremenek@apple.com>

(1) Rename getClangSubversionRevision() to getClangRevision(), and
have it return a StringRef instead of an integer (to be more VCS
agnostic).

(2) Add getClangFullRepositoryVersion(), which

(1) Rename getClangSubversionRevision() to getClangRevision(), and
have it return a StringRef instead of an integer (to be more VCS
agnostic).

(2) Add getClangFullRepositoryVersion(), which contains an
amalgamation of the repository name and the revision.

(3) Change PCH to only emit the string returned by
getClangFullRepositoryVersion() instead of also emitting the value
of getClangSubversionRevision() (which has been removed). This is
functionally equivalent.

More cleanup to version string generation pending...

llvm-svn: 94231

show more ...


# 2377a0e0 22-Jan-2010 Ted Kremenek <kremenek@apple.com>

Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef.

llvm-svn: 94213


# 4c25ce72 05-Nov-2009 Douglas Gregor <dgregor@apple.com>

Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there

llvm-svn: 86195


Revision tags: llvmorg-2.6.0
# 1b7035da 05-Oct-2009 Douglas Gregor <dgregor@apple.com>

Provide a common set of routines in Version.h that return Subversion
branch/revision information. Use that information in the driver,
rather than one-off branch/revision computation.

llvm-svn: 83321


# 7550a6c1 05-Oct-2009 Douglas Gregor <dgregor@apple.com>

Pre-commit commit to get URL keyword expansion for Clang version information

llvm-svn: 83319


123