The flag should be off for non-c++ files even there is a "-frecovery-ast" in
the commandline.
Details
Details
- Reviewers
sammccall
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Hmm - why?
I thought the idea with the explicit -frecovery-ast flag was that we could turn it on even when it's not stable.
Isn't the idea that one day it will be stable for C, but not yet?
Comment Actions
oops, right. I think I was highly confused by the misleading results caused by my messed-up patches locally :(