[clang] Docs: ambiguous use of "explicitly" in [[clang::no_specializaiton]] (PR #143839)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 12 00:48:01 PDT 2025
https://github.com/philnik777 requested changes to this pull request.
This seems incorrect. A specialization is instantiated or an explicit specialization according to https://eel.is/c++draft/temp.spec.general#4, which is definitely _not_ what we mean.
https://github.com/llvm/llvm-project/pull/143839
More information about the cfe-commits
mailing list