#include "../../../lib/AST/ByteCode/Descriptor.h" #include "../../../lib/AST/ByteCode/Context.h" #include "../../../lib/AST/ByteCode/Program.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" #include "clang/ASTMatchers/ASTMatchFinder.h" #include "clang/ASTMatchers/ASTMatchers.h" #include "clang/Tooling/Tooling.h" #include "gtest/gtest.h" usingnamespaceclang; usingnamespaceclang::interp; usingnamespaceclang::ast_matchers; /// Inspect generated Descriptors as well as the pointers we create. /// TEST(Descriptor, Primitives) { … }