From 06f04b2e27f2586d3db2204ed4e54f8b78fea74e Mon Sep 17 00:00:00 2001 From: erichkeane Date: Mon, 13 May 2024 08:40:43 -0700 Subject: Revert "[OpenACC] device_type clause Sema for Compute constructs" This reverts commit c4a9a374749deb5f2a932a7d4ef9321be1b2ae5d. This and the followup patch keep hitting an assert I wrote on the build bots in a way that isn't clear. Reverting so I can fix it without a rush. --- clang/tools/libclang/CIndex.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/tools') diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp index 8b9417f..ae6659f 100644 --- a/clang/tools/libclang/CIndex.cpp +++ b/clang/tools/libclang/CIndex.cpp @@ -2857,8 +2857,6 @@ void OpenACCClauseEnqueue::VisitWaitClause(const OpenACCWaitClause &C) { for (Expr *QE : C.getQueueIdExprs()) Visitor.AddStmt(QE); } -void OpenACCClauseEnqueue::VisitDeviceTypeClause( - const OpenACCDeviceTypeClause &C) {} } // namespace void EnqueueVisitor::EnqueueChildren(const OpenACCClause *C) { -- cgit v1.1