git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357656
91177308-0d34-0410-b5e6-
96231b3b80d8
public:
/// ManagedStaticBase must be constexpr constructed so that they can be
- /// accessed and constructed lazily during dynamic initilization of other
- /// global variables, such as cl::opt command line flags.
+ /// accessed during dynamic initilization of other global variables, such as
+ /// cl::opt command line flags.
constexpr ManagedStaticBase() = default;
/// isConstructed - Return true if this object has not been created yet.