[PATCH] D132220: [Assignment Tracking][1/*] Add initial docs for Assignment Tracking
J. Ryan Stinnett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 14:05:16 PDT 2022
jryans added inline comments.
================
Comment at: llvm/docs/SourceLevelDebugging.rst:259
+
+ void @llvm.dbg.assign(metadata, metadata, metadata, metadata, metadata, metadata)
+
----------------
I think it would be nice to paste the C++ "signature in practice" over here as well... (The others in this list could use it too, but that's for another patch...)
I don't really think any one is going to make much sense out of just this list of 6 `metadata`s... (I've never quite followed why this section uses that style...)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132220/new/
https://reviews.llvm.org/D132220
More information about the llvm-commits
mailing list