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