This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Remove spurious semi-colon
ClosedPublic

Authored by cryptoad on Dec 18 2018, 12:37 PM.

Details

Summary

An extra ';' at the end of a namespace triggers a pedantic warning:

.../sanitizer_common/sanitizer_type_traits.h:42:2: warning: extra ‘;’ [-Wpedantic]
 };  // namespace __sanitizer

Diff Detail

Event Timeline

cryptoad created this revision.Dec 18 2018, 12:37 PM
Herald added subscribers: Restricted Project, kubamracek. · View Herald TranscriptDec 18 2018, 12:37 PM
eugenis accepted this revision.Dec 18 2018, 1:03 PM

LGTM

This revision is now accepted and ready to land.Dec 18 2018, 1:03 PM
This revision was automatically updated to reflect the committed changes.