mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 18:30:09 +01:00
This ensures the clang_decls map is used as a cache - without this, visiting the same entity twice could cause it to be re-exported/duplicated. See attached test case.