Rizin
unix-like reverse engineering framework and cli tools
clang-format.py File Reference

Go to the source code of this file.

Namespaces

 clang-format
 

Functions

def clang-format.should_scan (filename)
 
def clang-format.skip (filename)
 
def clang-format.get_matching_files ()
 
def clang-format.get_edited_files (args)
 
def clang-format.build_command (check, filenames, verbose)
 
def clang-format.format_files (args, files)
 
def clang-format.get_file (args)
 
def clang-format.get_files (args)
 
def clang-format.process (args)
 
def clang-format.parse ()
 
def clang-format.main ()
 

Variables

list clang-format.dirlist
 
list clang-format.skiplist
 
list clang-format.patterns = ["*.c", "*.cpp", "*.h", "*.hpp", "*.inc"]