Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks!
clang/tools/include-mapping/cppreference_parser.py | ||
---|---|---|
149 | 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)) |
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))