[PATCH] D154473: [clang][Tooling] Add mapping for make_error_code
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 4 23:57:30 PDT 2023
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:353
+// type.
+SYMBOL(make_error_code, std::, /*no headers*/)
----------------
nit: maybe add `make_error_condition` as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154473/new/
https://reviews.llvm.org/D154473
More information about the cfe-commits
mailing list