[PATCH] D30691: [analyzer] Support for naive cross translational unit analysis

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 11:28:16 PST 2017


george.karpenkov added inline comments.


================
Comment at: tools/scan-build-py/libscanbuild/report.py:257
 def read_bugs(output_dir, html):
+    # type: (str, bool) -> Generator[Dict[str, Any], None, None]
     """ Generate a unique sequence of bugs from given output directory.
----------------
Minor nitpicking: type comments are semi-standardized with Sphinx-style auto-generated documentation, and should be a part of the docstring.


https://reviews.llvm.org/D30691





More information about the cfe-commits mailing list