[clang] Fix enum enumerator visibility loss when #include is between module imports (PR #188865)
Avi Kivity via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 28 09:08:53 PDT 2026
avikivity wrote:
The fix made the enum elements visible, but assigned them the wrong type.
https://github.com/llvm/llvm-project/pull/188865
More information about the cfe-commits
mailing list