]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Avoid using the C++11 auto keyword, which was introduced in r328555, as
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Feb 2018 19:02:49 +0000 (19:02 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Feb 2018 19:02:49 +0000 (19:02 +0000)
commita779c891ea0b9787d2a9506fa27f0301047acf0c
tree54368cd92576cf9b9abaf37998e3a620f84e06d6
parent3cb7a03c31ba244e7f892d617deeb81fc846dd4a
Avoid using the C++11 auto keyword, which was introduced in r328555, as
part of an upstream change.  This is not supported by gcc 4.2.1, which
is still the default system compiler for some architectures.

Direct commit to stable/9 and stable/10, since this does not apply to
stable/11 and head.

Reported by: jau@iki.fi
PR: 202665,226068

git-svn-id: svn://svn.freebsd.org/base/stable/10@330080 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp