[PATCH] D21655: [codeview] Add classes and unions to the Local/Global UDTs lists
    Hans Wennborg via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 23 16:04:09 PDT 2016
    
    
  
hans added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1412
@@ -1407,3 +1411,3 @@
 
   std::string FullName =
       getFullyQualifiedName(Ty->getScope().resolve(), Ty->getName());
----------------
rnk wrote:
> We have this available already for both unions and structs, so maybe we should pass it in?
We don't have it for typedefs though. I'll skip on this for now, maybe we can make it better later.
http://reviews.llvm.org/D21655
    
    
More information about the llvm-commits
mailing list