Fixes Google Mock Doctor affected by the latest tweaks to Clang.
This commit is contained in:
parent
86d2eeb112
commit
71d08627a3
@ -463,7 +463,7 @@ def _TypeInTemplatedBaseDiagnoser(msg):
|
|||||||
_CLANG_FILE_LINE_RE +
|
_CLANG_FILE_LINE_RE +
|
||||||
r'error: use of undeclared identifier \'(?P<type>.*)\'\n'
|
r'error: use of undeclared identifier \'(?P<type>.*)\'\n'
|
||||||
r'(.*\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'
|
r'non-friend class member \'Result\' cannot have a qualified name'
|
||||||
)
|
)
|
||||||
clang_regex_type_of_a_param = (
|
clang_regex_type_of_a_param = (
|
||||||
|
Loading…
Reference in New Issue
Block a user