If we turn on --opaque-pointers, tests with '*' would use opaque pointers.
Can't really test this without flipping the default value for --opaque-pointers.
Differential D125735
[OpaquePtr][LLParser] Explicitly turn off opaque pointers if we see a star aeubanks on May 16 2022, 5:03 PM. Authored by
Details
If we turn on --opaque-pointers, tests with '*' would use opaque pointers. Can't really test this without flipping the default value for --opaque-pointers.
Diff Detail
Event TimelineComment Actions LG. This seems like a good path towards wider default-enablement of opaque pointers without updating all the tests first.
|
For anyone else confused, this whole code only runs with !hasSetOpaquePointersValue(), so no need to check it here.