BmnRoot
Loading...
Searching...
No Matches
run-clang-format.py File Reference

Go to the source code of this file.

Classes

class  run-clang-format.ExitStatus
 
class  run-clang-format.DiffError
 
class  run-clang-format.UnexpectedError
 

Namespaces

namespace  run-clang-format
 
namespace  run
 -clang-format
 

Functions

 run-clang-format.excludes_from_file (ignore_file)
 
 run-clang-format.list_files (files, recursive=False, extensions=None, exclude=None)
 
 run-clang-format.make_diff (file, original, reformatted)
 
 run-clang-format.run_clang_format_diff_wrapper (args, file)
 
 run-clang-format.run_clang_format_diff (args, file)
 
 run-clang-format.bold_red (s)
 
 run-clang-format.colorize (diff_lines)
 
 run-clang-format.print_diff (diff_lines, use_color)
 
 run-clang-format.print_trouble (prog, message, use_colors)
 
 run-clang-format.main ()
 

Variables

 run-clang-format.DEVNULL = open(os.devnull, "wb")
 
str run-clang-format.DEFAULT_EXTENSIONS = 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'
 
str run-clang-format.DEFAULT_CLANG_FORMAT_IGNORE = '.clang-format-ignore'