diff options
Diffstat (limited to 'sys-devel/clang/ChangeLog')
-rw-r--r-- | sys-devel/clang/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 79d50ed1ec15..e16ff795cea4 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.61 2012/05/23 20:46:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.62 2012/05/24 13:00:09 ryao Exp $ + +*clang-3.0-r4 (24 May 2012) + + 24 May 2012; Richard Yao <ryao@gentoo.org> +clang-3.0-r4.ebuild, + +files/clang-3.0-freebsd-runtime-gcc-detection.patch, + +files/clang-3.0-linux-runtime-gcc-detection.patch, -clang-3.0-r3.ebuild: + Add runtime detection of active GCC on Linux (bug \#406163) and FreeBSD (bug + \#409269). Remove unnecessary headers on FreeBSD, bug \#417171. Run time + detection enables Clang to build C++ code without USE=system-cxx-headers, so + no longer set it by default *clang-3.1 (23 May 2012) |