Fixes Google Mock Doctor affected by the latest tweaks to Clang.

This commit is contained in:
vladlosev 2011-03-29 22:29:51 +00:00
parent 86d2eeb112
commit 71d08627a3

View File

@ -463,7 +463,7 @@ def _TypeInTemplatedBaseDiagnoser(msg):
_CLANG_FILE_LINE_RE +
r'error: use of undeclared identifier \'(?P<type>.*)\'\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 = (