hokein marked an inline comment as done.
hokein added inline comments.
Comment at: clang-tools-extra/clangd/include-mapping/gen_std.py:119
+( a list of tuple (symbol_name, relative_path_to_symbol_page),
+ a list of tuple (variant_symbol_name, caption_text) )
"""
-
sammccall added inline comments.
Comment at: clang-tools-extra/clangd/include-mapping/gen_std.py:119
+( a list of tuple (symbol_name, relative_path_to_symbol_page),
+ a list of tuple (variant_symbol_name, caption_text) )
"""
this is a significantly mo
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
so that we can better track those symbols.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62808
Files