Skip to content

Latest commit

 

History

History

clang_tidy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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>