[PATCH] D79442: [flang] Add examples in documentation/BijectiveInternalNameUniquing.md

Jean Perier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 01:34:55 PDT 2020


jeanPerier added a comment.

Thanks for adding these examples



================
Comment at: flang/documentation/BijectiveInternalNameUniquing.md:82
+	 real, parameter :: pi = 3.14
+```
+
----------------
The indentation of `module mod` is slightly weird. Also, I think you could add `end module` or `...` at the end.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79442





More information about the llvm-commits mailing list