[PATCH] [scan-build] Mention --keep-cc in the HTML documentation

Paul Fertser via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 07:55:20 PST 2018


---

Feel free to squash this into the keep-cc introduction commit if appropriate.

 www/analyzer/scan-build.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html
index b16f6bb..83efea9 100644
--- a/www/analyzer/scan-build.html
+++ b/www/analyzer/scan-build.html
@@ -248,7 +248,7 @@ you will probably need to run <tt>configure</tt> script through
 
 <pre class="code_example">
 $ scan-build ./configure
-$ scan-build make
+$ scan-build --keep-cc make
 </pre>
 
 <p>The reason <tt>configure</tt> also needs to be run through
-- 
2.7.0



More information about the cfe-commits mailing list