From 71d08627a373895c2dad99c8e88d9c33f7e31a17 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Tue, 29 Mar 2011 22:29:51 +0000 Subject: [PATCH] Fixes Google Mock Doctor affected by the latest tweaks to Clang. --- scripts/gmock_doctor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py index ab923efb..afd59101 100755 --- a/scripts/gmock_doctor.py +++ b/scripts/gmock_doctor.py @@ -463,7 +463,7 @@ def _TypeInTemplatedBaseDiagnoser(msg): _CLANG_FILE_LINE_RE + r'error: use of undeclared identifier \'(?P.*)\'\n' r'(.*\n)*?' - r'(?P=file):(?P=line):(?P=column): error: ' + r'(?P=file):(?P=line):\d+: error: ' r'non-friend class member \'Result\' cannot have a qualified name' ) clang_regex_type_of_a_param = (