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 c0861e9 commit bc77542Copy full SHA for bc77542
clang/utils/TableGen/MveEmitter.cpp
@@ -210,7 +210,7 @@ class PointerType : public Type {
210
return Name + " *";
211
}
212
std::string llvmName() const override {
213
- return "llvm::PointerType::getUnqual(" + Pointee->llvmName() + ")";
+ return "llvm::PointerType::getUnqual(CGM.getLLVMContext())";
214
215
const Type *getPointeeType() const { return Pointee; }
216
0 commit comments