commit | 6c0a6e490c5f08bca231b601c4a4d14bd7385e52 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Tue Aug 25 13:14:46 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Tue Aug 25 13:14:46 2009 +0000 |
tree | 744ef012bf5c6bbd1a57043177093e4158d31bae | |
parent | 10ebe78730e6620060ccc05e9fefaecd671d7693 [diff] [blame] |
Emit conversion functions correctly. llvm-svn: 79985
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index a92e6d9..24b07ca 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -1634,6 +1634,7 @@ return; switch (D->getKind()) { + case Decl::CXXConversion: case Decl::CXXMethod: case Decl::Function: // Skip function templates