commit | 1601ea0835d235a9f5c498e637e2b559da58e17b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 07 09:43:38 2021 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 07 09:43:38 2021 -0800 |
tree | 5015100cb583ba035d40917cc21d3846f42adc89 | |
parent | 51fd5436a52846f49fc68197a55304025e86f25b [diff] [blame] |
Upgrade jsoncpp to 1.9.5 Test: make Change-Id: I0be1376ee1502a2fd9db2733b503f30f2777a02a
diff --git a/.clang-tidy b/.clang-tidy index be3d06a..99e914d 100644 --- a/.clang-tidy +++ b/.clang-tidy
@@ -4,7 +4,7 @@ HeaderFilterRegex: '' AnalyzeTemporaryDtors: false FormatStyle: none -CheckOptions: +CheckOptions: - key: modernize-use-using.IgnoreMacros value: '0' ...