so that we can better track those symbols.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 32820 Build 32819: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/include-mapping/gen_std.py | ||
---|---|---|
119 | 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? |
clang-tools-extra/clangd/include-mapping/gen_std.py | ||
---|---|---|
119 | I think the current information is sufficient (Ignore variant of symbol abs(complex)), we are more caring about the entry name symbol_name (caption) (it is easy for us to find it in the symbol index page). |
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?