]> granicus.if.org Git - clang/commit
The canonical type of typeof or decltype with a dependent type is itself,
authorDouglas Gregor <dgregor@apple.com>
Wed, 8 Jul 2009 00:03:05 +0000 (00:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 8 Jul 2009 00:03:05 +0000 (00:03 +0000)
commitdd0257c77719a13d4acd513df40b04300cbfc871
treed7d3e1adb918426fc3b9e6d144b1fd2b133404ae
parent3e15cc318e9cd577eda56c0294f32535738d8630
The canonical type of typeof or decltype with a dependent type is itself,
not Context.DependentTy. I'll let Anders check in the test case for this one...

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