Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | Revert r223578, perf data collection depends on the old symbol name. | Paul Robinson | 1 | -5/+5 |
2014-12-06 | Rename a couple of preprocessor symbols to be more descriptive. NFC. | Paul Robinson | 1 | -5/+5 |
2014-06-06 | Revert "Revert "Devise a package-private means to determine the LLVM version ... | Alp Toker | 1 | -2/+2 |
2014-06-06 | Revert "Devise a package-private means to determine the LLVM version string" | Alp Toker | 1 | -2/+2 |
2014-06-06 | Devise a package-private means to determine the LLVM version string | Alp Toker | 1 | -2/+2 |
2014-06-05 | Changing this line of code back to the way it was before Alp's config.h clean... | Puyan Lotfi | 1 | -0/+1 |
2014-06-04 | Remove the last remaining llvm/Config/config.h includes | Alp Toker | 1 | -1/+0 |
2014-01-14 | Remove trailing spaces | Sylvestre Ledru | 1 | -2/+2 |
2014-01-07 | Shorten the output of `clang-format --version`, include revision number. | Nico Weber | 1 | -1/+5 |
2013-08-09 | Remove "static" on simple temporary StringRef. | Benjamin Kramer | 1 | -1/+1 |
2013-03-25 | <rdar://problem/13358795> Teach CMake to check Subversion version information... | Douglas Gregor | 1 | -0/+4 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -2/+2 |
2012-05-26 | Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al... | Benjamin Kramer | 1 | -2/+1 |
2012-03-07 | More git-svn compatible version string, by request. | Andrew Trick | 1 | -11/+18 |
2012-03-02 | clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. | Jia Liu | 1 | -2/+33 |
2011-12-26 | Partially revert r147195; lib/Basic/Version.cpp conditionally depends on conf... | Eli Friedman | 1 | -0/+1 |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith | 1 | -1/+0 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -4/+5 |
2011-04-23 | Like the coding standards say, do not use "using namespace std". | Jay Foad | 1 | -2/+0 |
2011-03-31 | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar | 1 | -0/+13 |
2011-03-31 | Basic: Add support for a build variable to set the repository path that goes | Daniel Dunbar | 1 | -0/+4 |
2010-10-11 | Basic: Tweak attempt to make version tags work from 'svn export's again, clip | Daniel Dunbar | 1 | -2/+4 |
2010-10-11 | Basic: Attempt to make version tags work from 'svn export's again. | Daniel Dunbar | 1 | -0/+6 |
2010-10-07 | Driver: When clang is built with a VENDOR set, include the base LLVM version in | Daniel Dunbar | 1 | -0/+7 |
2010-09-29 | Basic: Simplify getClangRepositoryPath and getClangRevision. | Daniel Dunbar | 1 | -25/+18 |
2010-09-29 | Basic: Add support for git svn to get the repo version in clang executable, | Daniel Dunbar | 1 | -19/+25 |
2010-05-06 | Basic: Update getClangRepositoryPath for my change to integration branch layout. | Daniel Dunbar | 1 | -1/+2 |
2010-03-05 | Make sure the raw_string_ostream gets flushed so we don't accidentally return... | Benjamin Kramer | 1 | -3/+3 |
2010-03-03 | Use SVN_REVISION, not SVN_VERSION. | Ted Kremenek | 1 | -1/+1 |
2010-03-03 | Make getClangRevision() check that SVN_VERSION is an empty string | Ted Kremenek | 1 | -8/+8 |
2010-02-12 | Fix bug I introduced with assinging a temporary to a StringRef. | Ted Kremenek | 1 | -1/+1 |
2010-02-12 | Make the following functions thread-safe but having them return an std::strin... | Ted Kremenek | 1 | -27/+20 |
2010-01-30 | We don't need to place 0 in the URL string now that we return a StringRef. | Benjamin Kramer | 1 | -18/+13 |
2010-01-23 | Rename getClangFullVendorVersion() to getClangFullVersion(). | Ted Kremenek | 1 | -1/+1 |
2010-01-22 | Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan... | Ted Kremenek | 1 | -2/+2 |
2010-01-22 | Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp... | Ted Kremenek | 1 | -6/+19 |
2010-01-22 | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek | 1 | -3/+21 |
2010-01-22 | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek | 1 | -1/+4 |
2009-11-05 | Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there | Douglas Gregor | 1 | -0/+4 |
2009-10-05 | Provide a common set of routines in Version.h that return Subversion | Douglas Gregor | 1 | -16/+2 |
2009-10-05 | Pre-commit commit to get URL keyword expansion for Clang version information | Douglas Gregor | 1 | -0/+63 |