| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
return an empty string.
llvm-svn: 97809
|
|
|
|
| |
llvm-svn: 97625
|
|
|
|
|
|
|
|
| |
(even if it is defined). This fixes the issue of this function
returning '0' when SVN_VERSION is defined to be "".
Fixes: <rdar://problem/7663667>
llvm-svn: 97620
|
|
|
|
| |
llvm-svn: 96041
|
|
|
|
|
|
|
|
|
|
|
|
| |
std::string that is reconstructed
every time they are called:
getClangRevision()
getClangFullRepositoryVersion()
getClangFullVersion()
llvm-svn: 96033
|
|
|
|
|
|
|
| |
- URL can go into read only memory now.
- Compilers will fold away all the strstr calls.
llvm-svn: 94887
|
|
|
|
| |
llvm-svn: 94273
|
|
|
|
|
|
| |
Clang version string through the CIndex API.
llvm-svn: 94242
|
|
|
|
|
|
| |
libBasic/Version.cpp, getClangFullVendorVersion().
llvm-svn: 94235
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
return a StringRef.
llvm-svn: 94213
|
|
|
|
| |
llvm-svn: 86195
|
|
|
|
|
|
|
| |
branch/revision information. Use that information in the driver,
rather than one-off branch/revision computation.
llvm-svn: 83321
|
|
llvm-svn: 83319
|