[PATCH] D143569: [Tooling/Inclusions] Add more multi-header symbols to StdSpecialSymbolMap.inc

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 8 04:30:42 PST 2023


kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:37
+SYMBOL(swap, std::, <string_view>) // since C++17
+SYMBOL(swap, std::, <algorithm>) // until C++11
+// C++ [tuple.helper 22.4.7]: In addition to being available via inclusion of
----------------
i'd put this right after `<utility>`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143569/new/

https://reviews.llvm.org/D143569



More information about the cfe-commits mailing list