[PATCH] D148136: [clang] Add test for CWG1894 and CWG2199
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 11:06:48 PDT 2023
Endill added inline comments.
================
Comment at: clang/www/cxx_dr_status.html:13004
<td>Typedefs and tags</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Clang 3.8</td>
</tr>
----------------
erichkeane wrote:
> Endill wrote:
> > cor3ntin wrote:
> > > I would just say "Yes", i think clang 3.8 predates these issues
> > It's not the case: 2199 was filed 12.11.2015, but 3.8 was released on 08.03.2016.
> I don't think that is a policy we have anyway. We frequently just say "this has worked since Clang X.X" even with much more recent DRs than the release.
Yes, up until now I'd just throw tests into compiler explorer, and look when clang started behaving the way it does today. I say "Yes" upon hitting 3.0, which is the oldest available.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148136/new/
https://reviews.llvm.org/D148136
More information about the cfe-commits
mailing list