[PATCH] D132990: [Clang] Fix compat diagnostic to detect a nontype template parameter has a placeholder type using getContainedAutoType()
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 17 16:25:02 PDT 2022
mizvekov added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:149-151
+- Fix C++17 compatibibility warning that checks for use of auto in template
+ parameters so that it atually has an AutoType before attempting to call
+ getContainedAutoType(). This Fixes
----------------
'compatibility' mispelled.
Though since this is a user facing document, I would try to give a less mechanical / less local explanation of the problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132990/new/
https://reviews.llvm.org/D132990
More information about the cfe-commits
mailing list