[PATCH] D96646: [NFC] update LangRef for D88645

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 03:42:41 PST 2022


arichardson requested changes to this revision.
arichardson added a comment.
Herald added a project: All.

I was just looking at llvm.ptr.annotation and noticed that the LangRef did not match the actual arguments since D88645 <https://reviews.llvm.org/D88645>. Could you please fix this?



================
Comment at: llvm/docs/LangRef.rst:19804
 global string, the third is a pointer to a global string which is the
-source file name, and the last argument is the line number.
+source file name, the forth argument is the line number and the last argument
+is a pointer to a global struct containing additional arguments.
----------------



================
Comment at: llvm/docs/LangRef.rst:19844
 (result of some expression), the second is a pointer to a global string, the
-third is a pointer to a global string which is the source file name, and the
-last argument is the line number. It returns the value of the first argument.
+third is a pointer to a global string which is the source file name, the forth
+is the line number and the last is a pointer to a global struct containing
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96646/new/

https://reviews.llvm.org/D96646



More information about the llvm-commits mailing list