-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.parser
Milestone
Description
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
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.parser