If the array subscript expression is type depent, its analysis must be
delayed before its instantiation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78637
[OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously. ClosedPublic Authored by ABataev on Apr 22 2020, 7:20 AM.
Details Summary If the array subscript expression is type depent, its analysis must be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2020, 12:12 PM Closed by commit rG3c191ae555cc: [OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously. (authored by ABataev). · Explain WhyJun 4 2020, 6:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268457 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/task_ast_print.cpp
|