Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generates problem markers for a C++ project using clang-tidy #5533

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Commits on Jul 12, 2019

  1. use clang-tidy command with task to generate items in problem's view

    Enable running the `clang-tidy` C/C++ linting present from clang-tidy as a task.
    With the new updates, linting can be performed across an entire workspace using user
    specified checks and linting rules. The problem markers collected when executing the
    task will be recorded and displayed in the `problems-widget`.
    The result in the "Problems" view is persistent until you
    re-generates the task.
    
    Signed-off-by: Jacques Bouthillier <jacques.bouthillier@ericsson.com>
    lmcbout committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    70118b9 View commit details
    Browse the repository at this point in the history