[PATCH] D153061: docs: fix link for static constructors article
Yashwant Singh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 17 03:08:01 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcca42ffd160e: [docs] Fix link for static constructors article (authored by snprajwal, committed by yassingh).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153061/new/
https://reviews.llvm.org/D153061
Files:
llvm/docs/CodingStandards.rst
Index: llvm/docs/CodingStandards.rst
===================================================================
--- llvm/docs/CodingStandards.rst
+++ llvm/docs/CodingStandards.rst
@@ -569,8 +569,8 @@
constructor or destructor) should not be added to the code base, and should be
removed wherever possible.
-Globals in different source files are initialized in `arbitrary order
-<https://yosefk.com/c++fqa/ctors.html#fqa-10.12>`, making the code more
+Globals in different source files are initialized in `arbitrary order`
+<https://yosefk.com/c++fqa/ctors.html#fqa-10.12>, making the code more
difficult to reason about.
Static constructors have negative impact on launch time of programs that use
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153061.532376.patch
Type: text/x-patch
Size: 699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230617/06ca9861/attachment.bin>
More information about the llvm-commits
mailing list