-
-
Notifications
You must be signed in to change notification settings - Fork 0
Rework compilation options surrounding usage of C++14 and running clang-tidy on Windows with clang-cl #139
Copy link
Copy link
Closed
Labels
cmakeApplicable to issues that are relavent to the CMake buildApplicable to issues that are relavent to the CMake builddev-expRelated to Developer ExperienceRelated to Developer ExperienceenhancementNew feature or requestNew feature or requeststatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis result
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cmakeApplicable to issues that are relavent to the CMake buildApplicable to issues that are relavent to the CMake builddev-expRelated to Developer ExperienceRelated to Developer ExperienceenhancementNew feature or requestNew feature or requeststatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis result