Skip to content

Conversation

@keith
Copy link
Member

@keith keith commented Nov 22, 2025

clang -xc++-header -fsyntax-only -c foo.h
clang: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument]

This just no longer passes the -c to the header parsing action

```
clang -xc++-header -fsyntax-only -c foo.h
clang: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument]
```

This just no longer passes the `-c` to the header parsing action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant