]> granicus.if.org Git - clang/commit
Enable expression transformations in the current-instantiation
authorDouglas Gregor <dgregor@apple.com>
Wed, 28 Jul 2010 15:14:14 +0000 (15:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 28 Jul 2010 15:14:14 +0000 (15:14 +0000)
commit6813d7ba5fa79e36bdb3986e7f3f8100915a61ab
treed65815af67d7300da6149f4812db6c6eeee70799
parentac7cbd8102a944c7e988b066fc52c03fdd536dc0
Enable expression transformations in the current-instantiation
rebuilder, i.e., remove a silly short-sighted hack from long
ago. Thanks to Abramo Bagnara for the test case/bug report!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109583 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/current-instantiation.cpp