================
@@ -113,9 +117,9 @@ void CoroutineHostileRAIICheck::storeOptions(
ClangTidyOptions::OptionMap &Opts) {
Options.store(Opts, "RAIITypesList",
utils::options::serializeStringList(RAIITypesList));
- Options.store(Opts, "SafeAwaitableList",
+ Options.store(Opts, "AllowedAwaitablesList",
utils::options::serializeStringList(AllowedAwaitablesList));
- Options.store(Opts, "SafeCallees",
+ Options.store(Opts, "AllowedCallees",
----------------
higher-performance wrote:
These names are already correct in the documentation -- they were just misnamed
in this function, so that's why I fixed them:
https://github.com/search?q=repo%3Allvm%2Fllvm-project%20SafeAwaitableList&type=code
https://github.com/llvm/llvm-project/pull/167947
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits