From: Sylvestre Ledru Date: Sat, 6 Aug 2016 20:23:54 +0000 (+0000) Subject: Add the new scan-build option (--show-description) in the 4.0 release notes X-Git-Tag: llvmorg-4.0.0-rc1~13133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea49d3addc79d271569830ab051950fa144310cc;p=platform%2Fupstream%2Fllvm.git Add the new scan-build option (--show-description) in the 4.0 release notes llvm-svn: 277935 --- 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 ---------------