Fix a problem noticed by Anders, where we were creating
IntegerLiterals during instantiation when we should be creating either a boolean literal (CXXBoolLiteralExpr) or a character literal (CharacterLiteral). llvm-svn: 67061
Loading
Please register or sign in to comment