| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes most URLs in llvm's html files to HTTPS. Most changes were
search-and-replace with manual verification; some changes were manual.
For a few URLs, the websites were performing redirects or had changed
their anchors; I fixed those up manually. This consistently uses the
official https://wg21.link redirector. This also strips trailing
whitespace and fixes a couple of typos.
Fixes D69363.
There are a very small number of dead links for which I don't know any
replacements (they are equally dead as HTTP or HTTPS):
https://llvm.org/cmds/llvm2cpp.html
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4
https://llvm.org/perf/db_default/v4/nts/22463
https://polly.llvm.org/documentation/memaccess.html
|
|
|
|
| |
llvm-svn: 338098
|
|
|
|
| |
llvm-svn: 148219
|
|
|
|
|
|
| |
information for the various language dialects Clang supports in a single, easy-to-find page
llvm-svn: 107325
|
|
|
|
|
|
| |
document. jyasskin, let me know if this meets your needs.
llvm-svn: 106098
|
|
|
|
| |
llvm-svn: 106094
|
|
|
|
|
|
| |
the same thing.
llvm-svn: 106076
|
|
|
|
|
|
|
| |
function defined between its declaration and an instantiation, and that
function isn't findable through ADL.
llvm-svn: 106068
|
|
|
|
| |
llvm-svn: 105309
|
|
|
|
|
|
|
|
| |
VLA restrictions so that one can use VLAs in templates (even
accidentally), but not as part of a non-type template parameter (which
would be very bad).
llvm-svn: 104471
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in several important ways:
- VLAs of non-POD types are not permitted.
- VLAs cannot be used in conjunction with C++ templates.
These restrictions are intended to keep VLAs out of the parts of the
C++ type system where they cause the most trouble. Fixes PR5678 and
<rdar://problem/8013618>.
llvm-svn: 104443
|
|
|
|
|
|
| |
valid instantiations.
llvm-svn: 100836
|
|
|
|
| |
llvm-svn: 98717
|
|
|
|
| |
llvm-svn: 98713
|
|
Patch by Zhanyong Wan.
llvm-svn: 98708
|