This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC
ClosedPublic

Authored by patricklyster on Oct 18 2018, 6:16 AM.

Details

Summary

This changeset is related to the implementation of the atomic_default_mem_order clause on the OpenMP 5.0 requires directive. OMPClausePrinter must be moved from it's private implementation within "StmtPrinter.cpp" for future usage in "DeclPrinter.cpp".

Event Timeline

patricklyster created this revision.Oct 18 2018, 6:16 AM
patricklyster set the repository for this revision to rC Clang.Oct 18 2018, 6:17 AM
patricklyster added projects: Restricted Project, Restricted Project.
patricklyster retitled this revision from [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp to [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp NFC.Oct 18 2018, 6:17 AM
patricklyster retitled this revision from [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp NFC to [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC.Oct 18 2018, 6:18 AM
This revision is now accepted and ready to land.Oct 18 2018, 6:42 AM