#include "llvm/Frontend/OpenMP/OMPConstants.h"
#include "llvm/Frontend/OpenMP/OMPContext.h"
#include "llvm/TargetParser/Triple.h"
#include "gtest/gtest.h"
usingnamespacellvm;
usingnamespaceomp;
namespace {
class OpenMPContextTest : public testing::Test { … };
TEST_F(OpenMPContextTest, RoundTripAndAssociation) { … }
TEST_F(OpenMPContextTest, ValidNesting) { … }
TEST_F(OpenMPContextTest, ApplicabilityNonConstruct) { … }
TEST_F(OpenMPContextTest, ApplicabilityAllTraits) { … }
TEST_F(OpenMPContextTest, ScoringSimple) { … }
}