From ea49d3addc79d271569830ab051950fa144310cc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 6 Aug 2016 20:23:54 +0000 Subject: [PATCH] Add the new scan-build option (--show-description) in the 4.0 release notes llvm-svn: 277935 --- clang/docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 1df3330..51dcefa 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -133,6 +133,10 @@ libclang ... +With the option --show-description, scan-build's list of defects will also +show the description of the defects. + + Static Analyzer --------------- -- 2.7.4