[PATCH] D37715: Mark static member functions as static in CodeViewDebug

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 17:10:34 PDT 2017


amccarth updated this revision to Diff 114945.
amccarth marked 2 inline comments as done.
amccarth added a comment.

Adds code-gen test.  Corrects problem with first param of static method being
treated as the type of the this pointer.  Addresses style suggestions.


https://reviews.llvm.org/D37715

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/test/CodeGenCXX/debug-info-ms-abi.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/test/DebugInfo/COFF/static-methods.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37715.114945.patch
Type: text/x-patch
Size: 11654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170913/e86ecfd1/attachment.bin>


More information about the llvm-commits mailing list