================
@@ -129,15 +131,25 @@ void MissingStdForwardCheck::registerMatchers(MatchFinder
*Finder) {
unless(anyOf(hasAncestor(typeLoc()),
hasAncestor(expr(hasUnevaluatedContext())))));
+ auto StaticCast =
+ Options.get("IgnoreStaticCasts", false)
----------------
PiotrZSL wrote:
thats not a valid way to add options, please move this to constructor, and
change storeOptions.
https://github.com/llvm/llvm-project/pull/99477
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits