Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc | ||
---|---|---|
251 | I have updated the cppreference symbol page, now it has entries for these four symbols. |
clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc | ||
---|---|---|
252 | there's also integer_sequence see https://eel.is/c++draft/utility.syn |
clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc | ||
---|---|---|
252 | The integer_sequence has been indexed in the symbol page, it is already in StdSymbolMap.inc, https://github.com/llvm/llvm-project/blob/main/clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc#L1576 |
clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc | ||
---|---|---|
252 | oops, thanks! |
I have updated the cppreference symbol page, now it has entries for these four symbols.