[PATCH] D62808: [clangd] Print the ignored variant symbols
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 13:27:32 PDT 2019
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 more complicated signature - do we need the extra precision in the log message vs e.g. `Ignored variant of symbol abs from path/to/complex.html`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62808/new/
https://reviews.llvm.org/D62808
More information about the cfe-commits
mailing list