]> granicus.if.org Git - clang/commit
Temporary fix for a performance problem Eli spotted. The APValue representation
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 10 Nov 2011 03:30:42 +0000 (03:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 10 Nov 2011 03:30:42 +0000 (03:30 +0000)
commit1445bbacf4c8de5f208ff4ccb302424a4d9e233e
tree50c2237eda4491c2b3d627a145f9e1f23aff8158
parent7480d96830ab80547da28f585e522958b001de52
Temporary fix for a performance problem Eli spotted. The APValue representation
is currently too inefficient to allow us to use it for array initializers, but
fortunately we usually don't yet need to evaluate such initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144260 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp