commit | 30482bc78659a3bf2bc8515bff417bc9887e9349 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Feb 20 03:19:35 2011 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Feb 20 03:19:35 2011 +0000 |
tree | b4b027ed95b4cb5438999e65259a7b1970e3800d | |
parent | ba1186c23e31207c2e11866beb978bd966a45e19 [diff] [blame] |
Implement the C++0x deduced 'auto' feature. This fixes PR 8738, 9060 and 9132. llvm-svn: 126069
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 01a4154..469b460 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -1465,6 +1465,7 @@ case Type::TypeOfExpr: case Type::TypeOf: case Type::Decltype: + case Type::Auto: llvm_unreachable("type should have been unwrapped!"); return llvm::DIType(); }