Skip to content

Rework compilation options surrounding usage of C++14 and running clang-tidy on Windows with clang-cl #139

@eljonny

Description

@eljonny

There are a number of issues with running clang-tidy under Windows with clang-cl; this issue addresses those issues.
Also, -Wno-unused-lambda-capture only needs to be used when not using C++14 since there are now conditional compilation directives that use explicit lambda captures which make the warning unnecessary when using C++14 - when Boost.Stacktrace is enabled.

Metadata

Metadata

Assignees

Labels

cmakeApplicable to issues that are relavent to the CMake builddev-expRelated to Developer ExperienceenhancementNew feature or requeststatic-analysisAn issue related to a static analysis result

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions