Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
71d08627
Commit
71d08627
authored
Mar 29, 2011
by
vladlosev
Browse files
Fixes Google Mock Doctor affected by the latest tweaks to Clang.
parent
86d2eeb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/gmock_doctor.py
scripts/gmock_doctor.py
+1
-1
No files found.
scripts/gmock_doctor.py
View file @
71d08627
...
...
@@ -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
=
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment