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

thanks!



================
Comment at: clang/tools/include-mapping/cppreference_parser.py:149
+      else:
+        sys.stderr.write("Could not parse page: %s. Page does not exist.\n" % 
path)                
 
----------------
i think it's useful to mention the symbol name as well, maybe something like:

`sys.stderr.write("Discarding information for '%s', page '%s' doesn't exist." % 
(symbol_name, path))`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141611

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

Reply via email to