This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.
Closed by commit rGb09fad7f8e9c: [clang] Document extensions from later
standards (authored by philnik).
Changed prior to com
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, this is awesome -- thank you for the improved docs!
Comment at: clang/docs/LanguageExtensions.rst:1373
+Language extensions back-ported to previous stan
philnik updated this revision to Diff 521375.
philnik marked 5 inline comments as done.
philnik added a comment.
Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150321/new/
https://reviews.llvm.org/D150321
Files:
clang/docs/Langua
aaron.ballman added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:1386
+Relaxed constexpr __cpp_constexpr C++14
C++11
+Designated initializers __cpp_designated_initializersC++20
C++03
+Attribute
philnik added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:1386
+Relaxed constexpr __cpp_constexpr C++14
C++11
+Designated initializers __cpp_designated_initializersC++20
C++03
+Attributes on e
H-G-Hristov added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:1398
+``static operator()`` __cpp_static_call_operator C++23
C++03
+Strucuted bindings __cpp_structured_bindingsC++17
C++03
+template te
aaron.ballman added a comment.
Thank you for working on this! Just a few questions, but in general, this is
looking good.
Comment at: clang/docs/LanguageExtensions.rst:1386
+Relaxed constexpr __cpp_constexpr C++14
C++11
+Designated i
philnik created this revision.
philnik added a reviewer: aaron.ballman.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150321
Files:
c