From d3f9d38f87be64b260e5732a1a3ecf9fd5d90e73 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Nov 2016 13:37:20 -0700 Subject: [PATCH] Add a changelog entry for all of the static analysis work. --- doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 47b2452e0f..cefa9106e0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -215,6 +215,16 @@ inconvenience this causes.

General

    +
  1. + Fixed: We have run the PVS static analysis checker on the entire code base, + to see what possible problems it uncovers (see + https://github.com/dealii/dealii/issues/3342). With the exception of + a few false positives, several dozen issues (mostly uninitialized + variables) were fixed. +
    + (Konstantin Ladutenko and many others, 2016/11/08) +
  2. +
  3. Improved: The way DataPostprocessor receives its input has been updated.
    In the past, the two functions we use to postprocess data got lists of arguments -- 2.39.5