This removes edge cases where the default flags we want to use
during printing (e.g. local scope, eliding attributes, etc.)
don't get missed/dropped.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nit: Seems like you ended up with a double negative in your description. Drop the "don't"?
This removes edge cases where the default flags we want to use
during printing (e.g. local scope, eliding attributes, etc.)
don't get missed/dropped.
->
This removes edge cases where the default flags we want to use
during printing (e.g. local scope, eliding attributes, etc.)
get missed/dropped.