A declare variant template is only compatible with a base when the
number of template arguments is equal, otherwise our instantiations will
produce nonsensical results.
Exposes as part of D109344.
Paths
| Differential D109770
[OpenMP] Declare variants for templates need to match # template args ClosedPublic Authored by jdoerfert on Sep 14 2021, 9:30 AM.
Details Summary A declare variant template is only compatible with a base when the Exposes as part of D109344.
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Sep 14 2021, 9:32 AM This revision was landed with ongoing or failed builds.Oct 27 2021, 7:05 PM Closed by commit rG6cf6fa6ef1c2: [OpenMP] Declare variants for templates need to match # template args (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372503 clang/lib/Sema/SemaOpenMP.cpp
clang/test/AST/ast-dump-openmp-begin-declare-variant_template_4.cpp
|