[PATCH] D52993: [analyzer][www] Add more useful links

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 19:00:10 PDT 2018


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Thx!



================
Comment at: www/analyzer/checker_dev_manual.html:703-704
 
 <h2 id=links>Useful Links</h2>
 <ul>
+<li><a href="http://lcs.ios.ac.cn/~xuzb/canalyze/memmodel.pdf">Xu, Zhongxing &
----------------
Maybe merge with the previous section?


================
Comment at: www/analyzer/checker_dev_manual.html:708-709
+Programs.</a></li>
+<li><a href="https://github.com/llvm-mirror/clang/blob/master/lib/StaticAnalyzer/README.txt">
+The Clang Static Analyzer README</a></li>
+<li><a href="https://github.com/llvm-mirror/clang/blob/master/docs/analyzer/RegionStore.txt">
----------------
Wow, i never even noticed this one and it's super outdated.


Repository:
  rC Clang

https://reviews.llvm.org/D52993





More information about the cfe-commits mailing list