Re-enable clang-tidy for simulator
Fix typo in the clang-tidy script that prevented it checking the simulator,
and address the new problems it's found.
diff --git a/tools/clang_tidy.py b/tools/clang_tidy.py
index 7ba1874..8607547 100755
--- a/tools/clang_tidy.py
+++ b/tools/clang_tidy.py
@@ -143,7 +143,7 @@
return -1
opts = ['--', '-DVIXL_INCLUDE_TARGET_AARCH64', '-DVIXL_CODE_BUFFER_MALLOC',
- '-DVIXL_DEBUG','-DVIXL_INCLUDE_SIMLUATOR_AARCH64',
+ '-DVIXL_DEBUG','-DVIXL_INCLUDE_SIMULATOR_AARCH64',
'-DVIXL_INCLUDE_TARGET_A32','-DVIXL_INCLUDE_TARGET_T32',
'-DVIXL_INCLUDE_TARGET_A64']
opts += ['-I%s' % config.dir_src_vixl]