summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Version.h
Commit message (Expand)AuthorAge
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-07
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu2012-03-02
* Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac...David Blaikie2011-10-20
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-31
* Going back to the drawing board with these two awful hacks.Eric Christopher2010-12-17
* Horrible hack for systems that use -dumpversion with clang to expect versionsEric Christopher2010-12-17
* Basic: Simplify getClangRepositoryPath and getClangRevision.Daniel Dunbar2010-09-29
* Basic: Add support for git svn to get the repo version in clang executable,Daniel Dunbar2010-09-29
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-25
* Bump Clang version number.Ted Kremenek2010-04-29
* Bump clang minor version (1.5).Ted Kremenek2010-03-18
* Make the following functions thread-safe but having them return an std::strin...Ted Kremenek2010-02-12
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-23
* Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek2010-01-22
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-22
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-22
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-22
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-05
* Add a FIXME, so the next person don't trip as hard on the landmines.Mike Stump2009-09-16
* Back to 1.1 we go.Mike Stump2009-09-15
* Back out for now, as apparently there is some really broken code somewhere.Mike Stump2009-09-15
* Bump.Mike Stump2009-09-15
* Add a header containing the Clang version; make the driver use thisDouglas Gregor2009-04-27