summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Version.h
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-9/+9
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* Simplify Clang's version number configuration in CMake.David L. Jones2016-09-151-20/+0
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-071-0/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+1
* Documentation cleanup:James Dennett2012-07-021-14/+15
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+5
* clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu2012-03-021-0/+9
* Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac...David Blaikie2011-10-201-7/+8
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-0/+5
* Going back to the drawing board with these two awful hacks.Eric Christopher2010-12-171-4/+0
* Horrible hack for systems that use -dumpversion with clang to expect versionsEric Christopher2010-12-171-0/+4
* Basic: Simplify getClangRepositoryPath and getClangRevision.Daniel Dunbar2010-09-291-2/+2
* Basic: Add support for git svn to get the repo version in clang executable,Daniel Dunbar2010-09-291-1/+1
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-251-9/+1
* Bump Clang version number.Ted Kremenek2010-04-291-2/+2
* Bump clang minor version (1.5).Ted Kremenek2010-03-181-1/+1
* Make the following functions thread-safe but having them return an std::strin...Ted Kremenek2010-02-121-3/+3
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-231-1/+1
* Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek2010-01-221-1/+1
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-221-0/+5
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-221-3/+7
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-221-3/+6
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-051-1/+12
* Add a FIXME, so the next person don't trip as hard on the landmines.Mike Stump2009-09-161-0/+1
* Back to 1.1 we go.Mike Stump2009-09-151-1/+1
* Back out for now, as apparently there is some really broken code somewhere.Mike Stump2009-09-151-1/+1
* Bump.Mike Stump2009-09-151-2/+14
* Add a header containing the Clang version; make the driver use thisDouglas Gregor2009-04-271-0/+35