Need to postpone anlysis of the ranged for loops till the actual
instantiation to avoid erroneous emission of error messages.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114560
[OPENMP]Fix PR51327: Range based for loop not working if range's type is a template. ClosedPublic Authored by ABataev on Nov 24 2021, 12:26 PM.
Details Summary Need to postpone anlysis of the ranged for loops till the actual
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2021, 11:25 AM This revision was landed with ongoing or failed builds.Dec 2 2021, 1:34 PM Closed by commit rGa0839c13fd32: [OPENMP]Fix PR51327: Range based for loop not working if range's type is a… (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 389592 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/for_loop_auto.cpp
|