This is an archive of the discontinued LLVM Phabricator instance.

clang: Add specificity to libstdc++ workaround
ClosedPublic

Authored by urnathan on Apr 16 2021, 12:38 PM.

Details

Summary

Here's an alternative to https://reviews.llvm.org/D100469. Add some specificity to the comment, so future-someone has an easier time telling that it is no longer needed.

Diff Detail

Event Timeline

urnathan requested review of this revision.Apr 16 2021, 12:38 PM
urnathan created this revision.
rsmith accepted this revision.Apr 16 2021, 12:42 PM
rsmith added inline comments.
clang/lib/Sema/SemaDeclCXX.cpp
12138–12140

Utterly trivial style nits: we typically use only one space after a period and end comments with a period.

This revision is now accepted and ready to land.Apr 16 2021, 12:42 PM
urnathan closed this revision.Apr 20 2021, 11:37 AM

057b6f5d0b3e 2021-04-16 | clang: Update libstdc++ issue workaround