We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba263ca commit f25305eCopy full SHA for f25305e
clang/lib/CIR/CodeGen/CIRGenCUDARuntime.cpp
@@ -0,0 +1,6 @@
1
+#include "CIRGenCUDARuntime.h"
2
+
3
+using namespace clang;
4
+using namespace CIRGen;
5
6
+CIRGenCUDARuntime::~CIRGenCUDARuntime() {}
0 commit comments