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