]> granicus.if.org Git - clang/commit
Fix a problem noticed by Anders, where we were creating
authorDouglas Gregor <dgregor@apple.com>
Mon, 16 Mar 2009 23:35:25 +0000 (23:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 16 Mar 2009 23:35:25 +0000 (23:35 +0000)
commit1ac02dcb60177c1c1b36526323be76a57efcc468
treebd2e8e039d603679bc50ce66774626a3337e4586
parent7c80bd64032e610c0dbd74fc0ef6ea334447f2fd
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67061 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp