[PATCH] D43639: [llvm-pdbdump] Dump restrict type qualifier

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 11:40:46 PST 2018


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

Can you add a line for the function signature under the types section?  We should see something like this:

  int __cdecl(const volatile int* __restrict)

Aside from that, looks good.


Repository:
  rL LLVM

https://reviews.llvm.org/D43639





More information about the llvm-commits mailing list