Skip to content

Not correctly detecting errors #2763

@BigfootN

Description

@BigfootN

Type: LanguageService

Describe the bug

  • OS and Version: Archlinux

  • VS Code Version: 1.28.2

  • C/C++ Extension Version: 0.20.1

  • Other extensions you installed (and if the issue persists after disabling them):

    • Gruvbox Themes
    • Material Theme
    • Vim
  • A clear and concise description of what the bug is.

Hello,

I noticed that the extension doesn't seem to notice all the errors and warnings in the code. For example, when writing this:

char **a;

a = "string";

It doesn't return any warning or error. Other than that, it seems to work fine.

I'm using compile_commands.json with the -Wall -Werror -Wextra flags enabled, and generated from cmake.

Thank you very much in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.parser

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions