[all-commits] [llvm/llvm-project] 0f6494: [DOC] Refactor Functions section in LangRef
Sebastian Peryt via All-commits
all-commits at lists.llvm.org
Thu May 26 14:34:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f64945352f7df4eb2c884c34a822952b6b69bff
https://github.com/llvm/llvm-project/commit/0f64945352f7df4eb2c884c34a822952b6b69bff
Author: Sebastian Peryt <sebastian.peryt at intel.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[DOC] Refactor Functions section in LangRef
This change is a small refactor of Functions section
to update placement of define syntax.
Reviewed By: RKSimon
Differential revision: https://reviews.llvm.org/D125831
Commit: d1c5da34a7eab1906112963d53bdc310a47a243d
https://github.com/llvm/llvm-project/commit/d1c5da34a7eab1906112963d53bdc310a47a243d
Author: Sebastian Peryt <sebastian.peryt at intel.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[DOC] Improve LangRef description of declare
This patch fixes formatting inside Functions section of declare
by making it consistent with the way how define is written.
Fixes #39844
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D125581
Compare: https://github.com/llvm/llvm-project/compare/c067a9dee5c1...d1c5da34a7ea
More information about the All-commits
mailing list