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 ae91164 commit 9bd2c95Copy full SHA for 9bd2c95
clang/lib/CodeGen/CodeGenModule.cpp
@@ -2335,7 +2335,6 @@ llvm::ConstantInt *CodeGenModule::CreateCrossDsoCfiTypeId(llvm::Metadata *MD) {
2335
return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));
2336
}
2337
2338
-
2339
// Generalize pointer types to a void pointer with the qualifiers of the
2340
// originally pointed-to type, e.g. 'const char *' and 'char * const *'
2341
// generalize to 'const void *' while 'char *' and 'const char **' generalize to
0 commit comments