Commit 71d08627 authored by vladlosev's avatar vladlosev
Browse files

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

parent 86d2eeb1
......@@ -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 = (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment