[PATCH] D148136: [clang] Add test for CWG1894 and CWG2199
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 13 23:51:29 PDT 2023
cor3ntin accepted this revision.
cor3ntin added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
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>
----------------
Endill wrote:
> 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.
Got it, thanks!
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