diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-08-06 20:23:54 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-08-06 20:23:54 +0000 |
commit | ea49d3addc79d271569830ab051950fa144310cc (patch) | |
tree | 19f9c0219de7b13b2b30c0d69985b45eea495268 | |
parent | 9d8676acc09888b07803c32ef34417637c2ac1d3 (diff) | |
download | bcm5719-llvm-ea49d3addc79d271569830ab051950fa144310cc.tar.gz bcm5719-llvm-ea49d3addc79d271569830ab051950fa144310cc.zip |
Add the new scan-build option (--show-description) in the 4.0 release notes
llvm-svn: 277935
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 1df33300212..51dcefad779 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 --------------- |