sylvestre.ledru added inline comments.

================
Comment at: clang/docs/tools/generate_formatted_state.py:48
+        if "/test/" in path:
+            print root
+            continue
----------------
print xx is python 2
please use
print(xx)



================
Comment at: clang/docs/tools/generate_formatted_state.py:71
+
+            if (clean==False):
+                print os.path.relpath(file_path,LLVM_DIR), ":", "FAIL"
----------------
if clean:
and revert the two blocks :)



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80627/new/

https://reviews.llvm.org/D80627



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to