aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Collapse)Author
2022-10-10Fix .clang-tidy errorChih-Hung Hsieh
It's a syntax error to have 'CheckOptions' without key-value. Bug: 252877310 Test: TIDY_EXTERNAL_VENDOR=1 make tidy-external-vixl Change-Id: Ia35dd43f0d13b2cb81bb78887d72a8d6333e4efa
2019-10-03Fix a simple typing error.Jacob Bramley
Change-Id: Iace4a9bc13be28331f4992024d7b027304c7560d
2019-10-02Disable clang-tidy mrand48 checks.Jacob Bramley
This should fix a CI failure, which for some reason only manifests on the MacOS bot. Change-Id: Ia526c8ef8b478710720c7a13be586646f021fe1a
2019-07-10Configure a basic .clang-tidy.Jacob Bramley
Also, fix some issues that it found. We will enable more rules in the future. In particular, some google-* rules should already pass, but appear not to at the moment. Once we have enabled enough of these rules, we intend to drop the dependency on cpplint. Change-Id: I107231cf57b5500a3f1b623510419665589531dc
2019-07-05Added script to run clang-tidy on VIXL sourcesAnthony Barbier
- Introduced script to run clang-tidy. - Make clang_format use TestQueue / Test - Separate test_runner code from TestQueue / Test Change-Id: If2cffd2c76b0ab552ccf2d9a526fcc737c6e94c2