================
@@ -230,7 +230,7 @@ class SelectorStencil : public StencilInterface {
       // message. If it's valid, then something else is the cause and we just
       // return the generic failure message.
       if (auto Err =
-              tooling::validateEditRange(*RawRange, *Match.SourceManager))
+              tooling::validateRange(*RawRange, *Match.SourceManager, true))
----------------
ymand wrote:
Please use `/*AllowSystemHeaders=*/` before `true`, here and below.

https://github.com/llvm/llvm-project/pull/66480
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to