We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76005ec commit 7c86ae9Copy full SHA for 7c86ae9
doc/NEWS.Rd
@@ -36,6 +36,18 @@
36
}
37
38
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
+
51
\subsection{BUG FIXES}{
52
\itemize{
53
\item Setting \code{\link{attributes}} on primitive functions is an
0 commit comments