summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-07-12 06:55:29 +0000
committerDouglas Gregor <dgregor@apple.com>2011-07-12 06:55:29 +0000
commit4a80f9fd988c5a66e3b85fe990602581740199eb (patch)
tree369eea368f5dd6f9929d89e6871fa35c4ebad4dd /clang/lib/CodeGen/CodeGenModule.cpp
parent3f32d69699fb2571d62bf59dc8210b66384ab6d5 (diff)
downloadbcm5719-llvm-4a80f9fd988c5a66e3b85fe990602581740199eb.tar.gz
bcm5719-llvm-4a80f9fd988c5a66e3b85fe990602581740199eb.zip
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. llvm-svn: 134973
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud