Recognize new clang-tidy android-* warnings.
Test: warn.py build.log Change-Id: I9bcd1fffcb567346a3d959f98821e2cf58e87ba2
This commit is contained in:
parent
70964e8024
commit
2cd467b36c
1 changed files with 1 additions and 0 deletions
|
@ -1807,6 +1807,7 @@ warn_patterns = [
|
|||
'patterns': [r".*: warning: In file included from .+,"]},
|
||||
|
||||
# warnings from clang-tidy
|
||||
group_tidy_warn_pattern('android'),
|
||||
group_tidy_warn_pattern('cert'),
|
||||
group_tidy_warn_pattern('clang-diagnostic'),
|
||||
group_tidy_warn_pattern('cppcoreguidelines'),
|
||||
|
|
Loading…
Reference in a new issue