Skip to content

Update code to use modern c++ style and enable clang-tidy

Ben Davis requested to merge bgjdarm/vulkan-wsi-layer:clang-tidy-rebase into master

Fix warnings given by clang-tidy 8 with checks 'bugprone-*,modernize-*' and enable clang-tidy in the build process if available.

Edited by Ben Davis

Merge request reports