Move declarations for OMPClauseReader, OMPClauseWriter to ASTReader.h and ASTWriter.h and move implementation to ASTReader.cpp and ASTWriter.cpp. This NFC will help generalize the serialization of OpenMP clauses and will be used in the future implementation of new OpenMP directives (e.g. omp requires).
Details
Details
- Reviewers
ABataev Hahnfeld RaviNarayanaswamy mikerice kkwli0 hfinkel gtbercea - Commits
- rGbe286f5f15ed: [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
rC342322: [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
rL342322: [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
Diff Detail
Diff Detail
- Repository
- rL LLVM