================
@@ -232,4 +247,4 @@ def GetSymbols(parse_pages):
finally:
pool.terminate()
pool.join()
- return sorted(symbols)
+ return sorted(set(symbols))
----------------
cseriildi wrote:
Some symbols are on multiple pages, like `wstring_convert` on
`symbol_index.html` and also on the `zombie_names.html`, but they point to the
same `locale/wstring_convert.html`, and also many more for c on `index.html`
and also on `macro.html`.
https://github.com/llvm/llvm-project/pull/147720
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits