Added basic parsing/sema/ support for the 'has_device_addr' clause
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think it worth it to add the analysis test for the clause
clang/lib/AST/OpenMPClause.cpp | ||
---|---|---|
1465 | auto * | |
clang/lib/Serialization/ASTReader.cpp | ||
12848 | Use I instead of i everywhere in this function | |
llvm/include/llvm/Frontend/OpenMP/OMP.td | ||
564 | VersionedClause<OMPC_HasDeviceAddr, 51>, | |
661 | VersionedClause<OMPC_HasDeviceAddr, 51>, | |
694 | VersionedClause<OMPC_HasDeviceAddr, 51>, | |
711 | VersionedClause<OMPC_HasDeviceAddr, 51>, | |
1145 | VersionedClause<OMPC_HasDeviceAddr, 51>, | |
1176 | VersionedClause<OMPC_HasDeviceAddr, 51>, and in other places |
auto *