Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I would like to upstream this even though I might have missed a clause or two. We can also move this even further but changing these is super boring :(
Comment Actions
LG with a nit
clang/include/clang/AST/OpenMPClause.h | ||
---|---|---|
353 | Mark these classes as final where they are not? |
clang/include/clang/AST/OpenMPClause.h | ||
---|---|---|
353 | I can go over them and add final, unsure why they were not. |
clang/include/clang/AST/OpenMPClause.h | ||
---|---|---|
353 | Most of this stuff was added before the lang standard supported final |
Mark these classes as final where they are not?