[all-commits] [llvm/llvm-project] abacd3: [mlir][doc] Fix the EBNF description of mlir synta...
zzz00yx via All-commits
all-commits at lists.llvm.org
Thu May 11 01:45:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abacd363834f42e3a44c4eba087ec0f5698d3eef
https://github.com/llvm/llvm-project/commit/abacd363834f42e3a44c4eba087ec0f5698d3eef
Author: Yan Xin <zzz00yx at gmail.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M mlir/docs/LangRef.md
Log Message:
-----------
[mlir][doc] Fix the EBNF description of mlir syntax in language reference doc
According to the EBNF syntax described in the 'Common syntax' chapter,
literal characters should be surrounded by backticks (`). However, in
some sections of this document, single quotes (') are used instead.
So, fix them.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D150067
More information about the All-commits
mailing list