Merge "Recognize new clang-tidy android-* warnings." am: 315761ace1
am: dafe61c817
Change-Id: Iebf015a5351d46ba6331908c7a945fd661d1de6e
This commit is contained in:
commit
c982ae3728
|
@ -1807,6 +1807,7 @@ warn_patterns = [
|
||||||
'patterns': [r".*: warning: In file included from .+,"]},
|
'patterns': [r".*: warning: In file included from .+,"]},
|
||||||
|
|
||||||
# warnings from clang-tidy
|
# warnings from clang-tidy
|
||||||
|
group_tidy_warn_pattern('android'),
|
||||||
group_tidy_warn_pattern('cert'),
|
group_tidy_warn_pattern('cert'),
|
||||||
group_tidy_warn_pattern('clang-diagnostic'),
|
group_tidy_warn_pattern('clang-diagnostic'),
|
||||||
group_tidy_warn_pattern('cppcoreguidelines'),
|
group_tidy_warn_pattern('cppcoreguidelines'),
|
||||||
|
|
Loading…
Reference in New Issue