mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:26:05 +00:00

This paper made it a constraint violation to have a tentative definition with internal linkage which is not completed by the end of the translation unit. This has been diagnosed as an error since at least Clang 3.0, so no changes are needed.