Skip to content

Consider adding a test with /analyze:plugin EspXEngine.dll #2094

Description

There's already /analyze option:

-DCMAKE_CXX_FLAGS=/analyze:autolog- ^

/analyze:plugin EspXEngine.dll could be added to add C++ Core Guidelines check.
See more: Use the C++ Core Guidelines checkers

As an example #2069 changes can be enforced: https://godbolt.org/z/jfx9dzb1T

It may produce too many warnings that won't b addressed though. These can be suppressed either by ordinary suppression or by [[gsl::suppress(...)]] attribute.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    testRelated to test code

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions