]> granicus.if.org Git - clang/commit
Cleanup, and always create a DecltypeType for a decltype expression, rather
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jun 2014 20:13:13 +0000 (20:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jun 2014 20:13:13 +0000 (20:13 +0000)
commitbbc8adc78dd442e6a7133ca3ed2bdcfcd3acfc07
tree8ff7f4211ae3091b12182914e08728af46fd0fbe
parent9d30c0295ed8a2b8ac81ec380eea6b6bdaacb5c7
Cleanup, and always create a DecltypeType for a decltype expression, rather
than omitting it the first time we see a decltype type with a particular
expression.

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