This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer - NFC
ClosedPublic

Authored by patricklyster on Sep 14 2018, 7:59 AM.

Details

Summary

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).

Diff Detail

Repository
rL LLVM

Event Timeline

patricklyster created this revision.Sep 14 2018, 7:59 AM
This revision is now accepted and ready to land.Sep 14 2018, 8:10 AM
This revision was automatically updated to reflect the committed changes.