diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst --- a/llvm/docs/CodingStandards.rst +++ b/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 -`, making the code more +Globals in different source files are initialized in `arbitrary order` +, making the code more difficult to reason about. Static constructors have negative impact on launch time of programs that use