mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
The function to set the visible declarations with a given name overwrites any existing declarations imported from an AST file, so we need to avoid calling that for declaration contexts whose names are managed by Clang to avoid clobbering names imported from modules. Assisted-by: Gemini via Antigravity