From 9b4523af46d26c459af21bdbc92f66d2b09d5b45 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Mon, 8 Mar 2021 09:53:48 +0100 Subject: [PATCH] update user manual --- doc/userman/changes.tex | 10 ++++++++++ doc/userman/fclangversion.tex | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/userman/changes.tex b/doc/userman/changes.tex index 9588d64e..32e11f43 100644 --- a/doc/userman/changes.tex +++ b/doc/userman/changes.tex @@ -3,6 +3,16 @@ This chapter summarizes the changes in \fclang and its documentation between each release, with the most recent releases first. +\section*{Version 0.0.10} +\begin{itemize} +\item compatibility with \clang 11.x +\item compatibility with \framac 22.x +\item don't generate code for implicit member functions and operators when + they're not used +\item don't generate code for templated member functions that are in fact never + instantiated +\end{itemize} + \section*{Version 0.0.9} \begin{itemize} \item compatibility with \clang 10.0 diff --git a/doc/userman/fclangversion.tex b/doc/userman/fclangversion.tex index c2538a99..ed36f533 100644 --- a/doc/userman/fclangversion.tex +++ b/doc/userman/fclangversion.tex @@ -1,4 +1,4 @@ -\newcommand{\version}{0.0.9\xspace} -\newcommand{\fclangversion}{0.0.9\xspace} -\newcommand{\fcversion}{21.x~Scandium\xspace} -\newcommand{\clangversion}{6.0-10.0\xspace} +\newcommand{\version}{0.0.10\xspace} +\newcommand{\fclangversion}{0.0.10\xspace} +\newcommand{\fcversion}{22.x~Titanium\xspace} +\newcommand{\clangversion}{6.0-11.0\xspace} -- GitLab