Skip to content

Commit

Permalink
ci: bump lit version to c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Mar 28, 2023
1 parent d029cfd commit f2382fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang-tidy-plugin/test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else:
config.plugin_build_root, 'clang-tidy-plugin-support', 'bin',
'check_clang_tidy.py')

check_clang_tidy += ' -std=c++17'
check_clang_tidy += ' -std=c++20'

cata_include = os.path.join( config.cata_source_dir, "src" )

Expand Down

0 comments on commit f2382fd

Please sign in to comment.