[PATCH] D9600: Add scan-build python implementation

Laszlo Nagy via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 10 03:48:01 PST 2015


rizsotto.mailinglist marked 7 inline comments as done.
rizsotto.mailinglist added a comment.

thanks for the comments.


================
Comment at: tools/scan-build-py/bin/analyze-c++:1
@@ +1,2 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
----------------
zaks.anna wrote:
> What calls this script?
sorry, don't get the question

================
Comment at: tools/scan-build-py/libscanbuild/runner.py:23
@@ +22,3 @@
+    """ Decorator for checking the required values in state.
+
+    It checks the required attributes in the passed state and stop when
----------------
dcoughlin wrote:
> Ok. If I create a patch with additional documentation for these fields, would you be willing to take a look at it to make sure the comments are correct?
sure


http://reviews.llvm.org/D9600





More information about the cfe-commits mailing list