Skip to content

Commit

Permalink
enables fixes for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Oct 13, 2019
1 parent a109862 commit ec1a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem/codecompliance/clangtidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_issues(check_files, dirnames):
'performance-*,portability-*,misc-*,modernize-*,hicpp-*,cert-*, ' +
'llvm-twine-local,llvm-prefer-isa-or-dyn-cast-in-conditionals, ' +
'llvm-prefer-register-over-unsigned,google-readability-casting ' +
'-extra-arg=-std=c++17']
'-extra-arg=-std=c++17 -fix']

if check_files is not None:
filenames = filter_file_list(check_files, dirnames)
Expand Down

0 comments on commit ec1a72a

Please sign in to comment.