tree: e48280f5c9bb5f2fb30010d5f8beed3314be1bbf [path history] [tgz]
  1. bin/
  2. lib/
  3. test/
  4. pubspec.yaml
  5. README.md
tools/clang_tidy/README.md

clang_tidy

This is a Dart program/library that runs clang_tidy over modified files. It takes two mandatory arguments that point at a compile_commands.json command and the root of the Flutter engine repo:

$ bin/main.dart --compile-commands <compile_commands.json-path> --repo <path-to-repo>