Skip to content

Commit 7c86ae9

Browse files
author
ripley
committed
document r88031 in NEWS
git-svn-id: https://svn.r-project.org/R/trunk@88035 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 76005ec commit 7c86ae9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/NEWS.Rd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
}
3737
}
3838

39+
\subsection{UTILITIES}{
40+
\itemize{
41+
% this will not be ported to R 4.5.0.
42+
\item \command{R CMD check} now reports further \command{clang} warnings
43+
including \code{-Wkeyword-macro}. This is most commonly seen for
44+
the C23 keywords \code{bool}, \code{true} and \code{false}, but is
45+
also seen for \code{nullptr} (C23 and C++11). Masking these by
46+
macros \emph{may} generate correct code (but not always) and always
47+
results in confusing-to-read code.
48+
}
49+
}
50+
3951
\subsection{BUG FIXES}{
4052
\itemize{
4153
\item Setting \code{\link{attributes}} on primitive functions is an

0 commit comments

Comments
 (0)