Sema: Qualify getPrintable's Expr argument
getPrintable has an overload which takes a bool. This means that const qualified Exprs would get forwarded to the bool overload instead of the Expr overload. llvm-svn: 224844
Loading
Please register or sign in to comment