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

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 10:49:51 PST 2021


andrew.w.kaylor added inline comments.


================
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, and the forth argument is the line number
+and the last argument is a pointer to additional arguments.
----------------
This 'and' becomes redundant with the additional text.


================
Comment at: llvm/docs/LangRef.rst:19805
+source file name, and the forth argument is the line number
+and the last argument is a pointer to additional arguments.
 
----------------
Can you add some information about what the additional arguments are? What exactly does this point to?


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