llvm-capstone/clang/www
Richard Smith b3189a1802 DR1213: element access on an array xvalue or prvalue produces an xvalue. In the
latter case, a temporary array object is materialized, and can be
lifetime-extended by binding a reference to the member access. Likewise, in an
array-to-pointer decay, an rvalue array is materialized before being converted
into a pointer.

This caused IR generation to stop treating file-scope array compound literals
as having static storage duration in some cases in C++; that has been rectified
by modeling such a compound literal as an lvalue. This also improves clang's
compatibility with GCC for those cases.

llvm-svn: 288654
2016-12-05 07:49:14 +00:00
..
analyzer [www] Fix spelling error in checker release notes. 2016-11-16 14:23:41 +00:00
demo
builtins.py
carbon-compile.png
clang_video-05-25-2007.html
clang_video-07-25-2007.html
comparison.html
compatibility.html
content.css
cxx_compatibility.html
cxx_dr_status.html DR1213: element access on an array xvalue or prvalue produces an xvalue. In the 2016-12-05 07:49:14 +00:00
cxx_status.html P0012R1: add Itanium ABI support for throwing non-noexcept function pointers and catching as noexcept. 2016-12-01 03:32:42 +00:00
diagnostics.html
favicon.ico
feature-compile1.png
feature-compile2.png
feature-memory1.png
features.html
get_involved.html
get_started.html Add instructions in clang get_started page about working with a monorepo 2016-11-12 01:18:17 +00:00
hacking.html
index.html
libstdc++4.4-clang0x.patch
libstdc++4.6-clang11.patch
libstdc++4.7-clang11.patch
make_cxx_dr_status [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for 2016-10-22 01:32:19 +00:00
menu.css
menu.html.incl
OpenProjects.html
related.html [www] Update the link to the 'include what you use' project 2016-11-07 16:56:19 +00:00
robots.txt
UniversalDriver.html