We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf38c commit 872ec38Copy full SHA for 872ec38
compiler-rt/lib/sanitizer_common/sanitizer_common.h
@@ -592,7 +592,7 @@ class InternalMmapVector : public InternalMmapVectorNoCtor<T> {
592
593
class InternalScopedString {
594
public:
595
- explicit InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; }
+ InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; }
596
597
uptr length() const { return buffer_.size() - 1; }
598
void clear() {
0 commit comments