================
@@ -19,11 +20,26 @@ NamedParameterCheck::NamedParameterCheck(StringRef Name,
                                          ClangTidyContext *Context)
     : ClangTidyCheck(Name, Context),
       InsertPlainNamesInForwardDecls(
-          Options.get("InsertPlainNamesInForwardDecls", false)) {}
+          Options.get("InsertPlainNamesInForwardDecls", false)),
+      TagDispatchTypes(utils::options::parseStringList(
+          Options.get("TagDispatchTypes", "std::allocator_arg_t;"
+                                          "std::defer_lock_t;"
----------------
vbvictor wrote:

Place this list into separate global variable of this file

https://github.com/llvm/llvm-project/pull/208730
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to