diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2019-01-17 12:12:49 -0800 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2019-01-17 12:17:31 -0800 |
commit | 4b2d55b0823bbbfda184b73dbe519fd994ea9af9 (patch) | |
tree | 59f6f691b27a66ec61ee3c7a5d396b96aa34ac61 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp | |
parent | db11760580ac9f70d64eb0682c0e84736bbdc4e5 (diff) |
Disable modernize-avoid-c-arrays clang-tidy check
Bug: http://b/122481018
Upcoming clang update has a clang-tidy warning about using c arrays and
instead use std::array:
warning: do not declare C-style arrays, use std::array<> instead
Disable this warning for now (even before the new clang update lands)
since clang-tidy doesn't complain about flags it doesn't know.
Test: Build with new clang.
Change-Id: I971b84301e6cd1180326bc54711d0be193f09ccb
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions