VitaNuo added a comment. Thanks for the comments!
================ Comment at: clang/tools/include-mapping/gen_std.py:31 // Generate C++ symbols python3 gen_std.py -cppreference cppreference/reference -language=cpp > StdSymbolMap.inc // Generate C symbols ---------------- hokein wrote: > nit: update the doc. Ah thanks for the reminder! ================ Comment at: clang/tools/include-mapping/gen_std.py:94 parse_pages = [(page_root, "index.html", None)] - + elif args.symbols == 'cppremoved': + page_root = os.path.join(args.cppreference, "en", "cpp") ---------------- hokein wrote: > nit: can we add a `_` between `cpp` and `removed`. And maybe move it after > the if `args.symbols == 'cpp'` branch as they are `cpp` related. Ok, sure. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141855/new/ https://reviews.llvm.org/D141855 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits