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