[PATCH] D21621: [codeview] Write LF_UDT_SRC_LINE records (PR28251)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 14:00:12 PDT 2016


hans added a comment.

In http://reviews.llvm.org/D21621#465032, @majnemer wrote:

> Do we need to emit these for typedefs too?


I don't know. I tried this:

  typedef int foo;
  void f(foo x) {
  }

and msvc doesn't emit any UdtSourceLine record for foo.


http://reviews.llvm.org/D21621





More information about the llvm-commits mailing list