This is an archive of the discontinued LLVM Phabricator instance.

[UserManual] Update the C++ standard support
Needs ReviewPublic

Authored by Mordante on Jan 1 2020, 7:13 AM.

Details

Reviewers
rsmith
Summary

This brings the state in sync with http://clang.llvm.org/cxx_status.html.

Diff Detail

Event Timeline

Mordante created this revision.Jan 1 2020, 7:13 AM

Unit tests: pass. 61168 tests passed, 0 failed and 728 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Friendly ping, it would be nice to get this in the next release.

+1

clang/docs/UsersManual.rst
2557

Clang ? :)

Mordante marked 2 inline comments as done.Jan 11 2020, 8:41 AM
Mordante added inline comments.
clang/docs/UsersManual.rst
2557

I wondered about this before but we use both clang and Clang in the manual. So for now I decided not to make that change. If wanted I can make a separate patch doing the renaming. Should we then also change clang-cl to Clang-cl?