commit | 6af9f3ca25157379efd5c1caad82e9d01c17b9ff | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue Jul 12 06:55:29 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue Jul 12 06:55:29 2011 +0000 |
tree | 06956d2a1ab9189c4c42e149abb23ba2f904dbbd | |
parent | 3a2b657088de9413714a51bff153a59565adb3ef [diff] |
Fix the desugaring of dependent decltype and typeof(expr) nodes. The isSugared() and desugar() routines previously provided were never actually called, since the corresponding types (DependentTypeOfExprType, DependentDecltypeType) don't have corresponding type classes. Outside of the current (incomplete) patch I'm working on, I haven't found a way to trigger this problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134973 91177308-0d34-0410-b5e6-96231b3b80d8