From a4135fdc2099ccc354736f5679a6eee8154a6836 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 7 May 2020 10:42:09 +0430 Subject: trying to solve the mystery... --- cgrep.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cgrep.cpp') diff --git a/cgrep.cpp b/cgrep.cpp index c1142f8..0abfef5 100644 --- a/cgrep.cpp +++ b/cgrep.cpp @@ -423,6 +423,7 @@ public: SourceLocation SL = SR.getBegin(); CheckSLValidity(SL); SL = Devi::SourceLocationHasMacro(SL, Rewrite, "start"); + CheckSLValidity(SL); if (Devi::IsTheMatchInSysHeader(CO_SYSHDR, MR, SL)) return void(); if (!Devi::IsTheMatchInMainFile(CO_MAINFILE, MR, SL)) -- cgit v1.2.3