llvm-capstone/clang/www
Richard Smith 0f0af19b05 [c++1z] N4295: fold-expressions.
This is a new form of expression of the form:

  (expr op ... op expr)

where one of the exprs is a parameter pack. It expands into

  (expr1 op (expr2onwards op ... op expr))

(and likewise if the pack is on the right). The non-pack operand can be
omitted; in that case, an empty pack gives a fallback value or an error,
depending on the operator.

llvm-svn: 221573
2014-11-08 05:07:16 +00:00
..
analyzer [analyzer] Helpful hints for Windows users of scan-build. 2014-10-31 20:57:57 +00:00
demo
builtins.py
carbon-compile.png
clang_video-05-25-2007.html
clang_video-07-25-2007.html
comparison.html Fix link target. 2014-05-09 00:20:01 +00:00
compatibility.html Switch C compilations to C11 by default. 2014-10-20 23:26:58 +00:00
content.css
cxx_compatibility.html
cxx_dr_status.html Per comments on PR12350, move DR244 back from 'done' to 'partial' and add tests showing what we get wrong. 2014-10-17 01:03:17 +00:00
cxx_status.html [c++1z] N4295: fold-expressions. 2014-11-08 05:07:16 +00:00
diagnostics.html Fix typo in CSS class name. 2014-02-03 07:02:19 +00:00
favicon.ico
feature-compile1.png
feature-compile2.png
feature-memory1.png
features.html Remove deprecated information about performances: 2014-04-27 14:54:11 +00:00
get_involved.html Tweak documentation. 2014-06-12 21:15:10 +00:00
get_started.html remove less relevant information + about packaging/Mac OS X + link to cfe-dev 2014-04-27 15:17:15 +00:00
hacking.html Tweak documentation. 2014-06-12 21:15:10 +00:00
index.html www: update the "Follow what's going on" section too 2014-01-16 17:04:52 +00:00
libstdc++4.4-clang0x.patch
libstdc++4.6-clang11.patch
libstdc++4.7-clang11.patch
make_cxx_dr_status Update DR status list to reflect that Clang 3.5 has been released. 2014-09-11 17:29:13 +00:00
menu.css
menu.html.incl www: link to the planet clang newsfeed 2014-01-16 16:29:02 +00:00
OpenProjects.html
related.html remove less relevant information + about packaging/Mac OS X + link to cfe-dev 2014-04-27 15:17:15 +00:00
robots.txt
UniversalDriver.html