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

Missing diagnostics "warning: style of line directive is a GCC extension" #55067

Closed
pmor13 opened this issue Apr 24, 2022 · 1 comment
Closed
Labels
clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer

Comments

@pmor13
Copy link

pmor13 commented Apr 24, 2022

#13
int x;
$ clang -std=c11 -pedantic -Wall -Wextra -c

Expected:

<source>:1:2: warning: style of line directive is a GCC extension

Actual:

<nothing>
@EugeneZelenko EugeneZelenko added clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer and removed new issue labels Apr 24, 2022
@ken-matsui
Copy link
Member

To avoid conflicting the same work with other contributors: I'm working on this here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:diagnostics New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
Projects
None yet
Development

No branches or pull requests

3 participants
  翻译: