From 273cf72a809089abfbc1b29c0932e9fc5f784d27 Mon Sep 17 00:00:00 2001
From: DavidCok <cok@frontiernet.net>
Date: Thu, 25 Jul 2019 16:04:24 +0200
Subject: [PATCH] Completing merge from pull

---
 doc/userman/description.tex   | 15 +++++++++++++++
 doc/userman/eacslversion.tex  |  2 ++
 doc/userman/fclangversion.tex |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 doc/userman/eacslversion.tex

diff --git a/doc/userman/description.tex b/doc/userman/description.tex
index 1070006b..6604f0cd 100644
--- a/doc/userman/description.tex
+++ b/doc/userman/description.tex
@@ -1,3 +1,16 @@
+The \fclang plug-in intends to provide a full translation of C++ and \acslpp into the \framac internal representation, and from there be able to be analyzed by other \framac plug-ins. This is a work in progress. The following sections describe the  limitations of the current implementation.
+\begin{itemize}
+	\item The plug-in aims for the TBD version of C++
+	\item \acslpp is described in the companion \acslpp reference manual, also a part of the \framac release.
+\end{itemize}
+
+
+Notes
+\begin{itemize}
+	\item Which version of Clang?
+	\item Clang (8) support C++98 (except exported templates, later removed) and C++11 and current draft standard for C++1y 
+	\item see https://clang.llvm.org/docs/UsersManual.html\#cxx for supported features in clang C++
+\end{itemize}
 
 \chapter{Installation}
 
@@ -115,3 +128,5 @@ In particular, a debug value of 1 shows the command-line that invokes
 \end{itemize}
 
 
+TBD - including command-line options
+
diff --git a/doc/userman/eacslversion.tex b/doc/userman/eacslversion.tex
new file mode 100644
index 00000000..921e0d99
--- /dev/null
+++ b/doc/userman/eacslversion.tex
@@ -0,0 +1,2 @@
+\newcommand{\eacslversion}{Chlorine-20180501+dev\xspace}
+\newcommand{\fcversion}{Chlorine\xspace}
diff --git a/doc/userman/fclangversion.tex b/doc/userman/fclangversion.tex
index 67275e01..96766b11 100644
--- a/doc/userman/fclangversion.tex
+++ b/doc/userman/fclangversion.tex
@@ -1,2 +1,2 @@
-\newcommand{\fclangversion}{Chlorine+\xspace}
+\newcommand{\fclangversion}{DRAFT+\xspace}
 \newcommand{\fcversion}{Potassium+\xspace}
-- 
GitLab