[clang-modernize]
flags = modify
apt = clang-modernize-3.5
files =
 *.cc *.cxx *.cpp
 *.hh *.hxx *.hpp
types = text/x-c text/x-c++
comment =
 Please consider modernizing your C++ code with clang-modernize:
 http://clang.llvm.org/extra/clang-modernize.html
command = clang-modernize {files}

# vim:ft=dosini
