forked from OSchip/llvm-project
Changed in comment cxx -> C++. Thanks Richard Smith!.
llvm-svn: 174355
This commit is contained in:
parent
10be6aef15
commit
159630598a
|
@ -112,7 +112,7 @@ public:
|
||||||
// link time.
|
// link time.
|
||||||
!mayBeOverridden() &&
|
!mayBeOverridden() &&
|
||||||
// The initializer of a global variable with the externally_initialized
|
// The initializer of a global variable with the externally_initialized
|
||||||
// marker may change at runtime before cxx initializers are evaluated.
|
// marker may change at runtime before C++ initializers are evaluated.
|
||||||
!isExternallyInitialized();
|
!isExternallyInitialized();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ public:
|
||||||
!isWeakForLinker() &&
|
!isWeakForLinker() &&
|
||||||
// It is not safe to modify initializers of global variables with the
|
// It is not safe to modify initializers of global variables with the
|
||||||
// external_initializer marker since the value may be changed at runtime
|
// external_initializer marker since the value may be changed at runtime
|
||||||
// before cxx initializers are evaluated.
|
// before C++ initializers are evaluated.
|
||||||
!isExternallyInitialized();
|
!isExternallyInitialized();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue