carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Fix our system header classification. #4017

Closed chandlerc closed 1 month ago

chandlerc commented 1 month ago

I misunderstood how this flag worked, which explains why it didn't work. Oops. Sorry about that. So far we've been lucky to not bump into this, but we've had to work around it with updating libraries, etc.

Moreover, there are quite a few warnings that seem useful for us to enable, but doing so would cause lots of friction without this working. The added warnings will be separate PRs along with their cleanups.