diff --git a/script/clang-tidy b/script/clang-tidy index 7d1fff5fcb..6e79c84ea7 100755 --- a/script/clang-tidy +++ b/script/clang-tidy @@ -64,6 +64,7 @@ def clang_options(idedata): else: cmd.extend( [ + # disable built-in include directories from the host "-nostdinc++", ] )