This is an archive of the discontinued LLVM Phabricator instance.

[www] Remove stale text about default c++ standard from cxx_status.html
AbandonedPublic

Authored by russell.gallop on Jan 8 2020, 2:04 AM.

Details

Summary

Since r320250 c++98 is no longer the default, but cxx_status.html still said it was. I think the original intent of the statement was to say that clang by default supports some c++11 features which is no longer as pertinent information so this patch removes this statement. The page no longer mentions the default c++ dialect.

An alternative would be to say the default prior to Clang 6.0 (gnu++98) and from 6.0 onwards (gnu++14).

Diff Detail

Event Timeline

russell.gallop created this revision.Jan 8 2020, 2:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2020, 2:04 AM

Ping. Is this okay to land, or have I missed something? Thanks.

Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2023, 8:38 AM