nullptr use

clingUtils modernize nullptr
This commit is contained in:
ferdymercury 2021-05-27 08:28:21 -04:00 committed by jenkins
parent 1d5536fd0b
commit 9cdbf1d0eb

View File

@ -519,7 +519,7 @@ namespace cling {
const Decl* LookupHelper::findScope(llvm::StringRef className,
DiagSetting diagOnOff,
const Type** resultType /* = 0 */,
const Type** resultType /* = nullptr */,
bool instantiateTemplate/*=true*/) const {
//