| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 216837
|
|
|
|
| |
llvm-svn: 216836
|
|
|
|
| |
llvm-svn: 216834
|
|
|
|
| |
llvm-svn: 211471
|
|
|
|
| |
llvm-svn: 211470
|
|
|
|
| |
llvm-svn: 211469
|
|
|
|
|
|
| |
release.
llvm-svn: 211398
|
|
|
|
| |
llvm-svn: 211397
|
|
|
|
| |
llvm-svn: 211396
|
|
|
|
|
|
|
|
|
|
| |
1. Having "get started", "get involved", and "hacking" makes it hard to find
how to send patches, so add a link from "get involved" to "hacking".
2. Remove an almost 5 year old note on the test running meachanism changing
soon.
3. Let "hacking" link to the LLVM developer policy.
llvm-svn: 210826
|
|
|
|
| |
llvm-svn: 210130
|
|
|
|
|
|
|
|
|
| |
elements from {}, rather than value-initializing them. This permits calling an
initializer-list constructor or constructing a std::initializer_list object.
(It would also permit initializing a const reference or rvalue reference if
that weren't explicitly prohibited by other rules.)
llvm-svn: 210091
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Naming the destructor using a typedef-name for the class-name is
well-formed.
This fixes PR19620.
Reviewers: rsmith, doug.gregor
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D3583
llvm-svn: 209319
|
|
|
|
|
|
|
|
| |
The list of alpha and the list of implicit checkers added. An ability to expand/collapse long texts added. Markup fixed.
http://reviews.llvm.org/D3457
llvm-svn: 209131
|
|
|
|
|
|
| |
conversion operators (the comparison could claim that two conversion operators are both better than each other). Actually implement DR495, rather than passing its test by chance because the declarations happened to be in the "lucky" order.
llvm-svn: 209054
|
|
|
|
| |
llvm-svn: 208376
|
|
|
|
|
|
| |
This went AWOL in r207995.
llvm-svn: 208018
|
|
|
|
|
|
|
|
|
|
|
|
| |
This minified source code and artwork is copied from a commercial product and
carries no license information:
dbtree.js (7 kb), 25.03.2014 14:51:32
Purchase and download DBTree now for only $29.75 $9.75
It was used by a small TOC which looks fine now as a plain unordered list.
llvm-svn: 207995
|
|
|
|
|
|
|
|
| |
This was accidentally committed.
This reverts commit r207892.
llvm-svn: 207893
|
|
|
|
|
|
|
|
|
| |
Naming the destructor using a typedef-name for the class-name is
well-formed.
This fixes PR19620.
llvm-svn: 207892
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Friend declarations shouldn't mention explicit or virtual.
Reviewers: rsmith
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D3562
llvm-svn: 207682
|
|
|
|
|
|
| |
Patch by Anton Yartsev, modified by me.
llvm-svn: 207478
|
|
|
|
| |
llvm-svn: 207362
|
|
|
|
|
|
| |
minor updates
llvm-svn: 207361
|
|
|
|
|
|
|
|
|
|
| |
* It is better if we leave third parties to do "independent" benchmark.
* We compare Clang (version unspecified) with gcc 4.0 or 4.2.
* The graphs have not been updated for a while.
* Clang is well known now. I don't think we still need to explain why
Clang is great.
llvm-svn: 207358
|
|
|
|
| |
llvm-svn: 206123
|
|
|
|
|
|
| |
Found by Richard Osbourne!
llvm-svn: 205721
|
|
|
|
| |
llvm-svn: 205667
|
|
|
|
|
|
|
| |
Also, add the names of people most recently working on particular projects,
and remove "relate bugs and checkers" (thanks, Alex!).
llvm-svn: 205666
|
|
|
|
|
|
| |
here in the simple-template-id case.
llvm-svn: 205273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Declaring a function as inline after it has been defined is in violation
of [dcl.fct.spec]p4. The program would get a strong definition instead
of getting a function with linkonce_odr linkage.
Reviewers: rsmith
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D3220
llvm-svn: 205129
|
|
|
|
| |
llvm-svn: 205127
|
|
|
|
|
|
| |
Edit by Daniel Fahlgren.
llvm-svn: 204842
|
|
|
|
| |
llvm-svn: 204217
|
|
|
|
| |
llvm-svn: 204033
|
|
|
|
|
|
|
|
| |
(for an integer too large for any signed type) from Warning to ExtWarn -- it's
ill-formed in C++11 and C99 onwards, and UB during translation in C89 and
C++98. Add diagnostic groups for two relevant diagnostics.
llvm-svn: 203974
|
|
|
|
|
|
|
|
| |
* Explicitly say that we conform to the two N/A bullets that required no
compiler changes.
* Remove a library feature from our features list.
llvm-svn: 203964
|
|
|
|
| |
llvm-svn: 203771
|
|
|
|
|
|
| |
performing auto type deduction.
llvm-svn: 203683
|
|
|
|
| |
llvm-svn: 203549
|
|
|
|
|
|
| |
Patch from Sean McBride <sean@rogue-research.com>!
llvm-svn: 203259
|
|
|
|
| |
llvm-svn: 203022
|
|
|
|
|
|
|
| |
Also promote a couple of Warnings on ill-formed code found by this testing to
ExtWarns.
llvm-svn: 203021
|
|
|
|
| |
llvm-svn: 202889
|
|
|
|
| |
llvm-svn: 202886
|
|
|
|
| |
llvm-svn: 202882
|
|
|
|
| |
llvm-svn: 201648
|
|
|
|
|
|
|
| |
Accidentally piped the stdout from make_cxx_dr_status into
cxx_dr_status.html
llvm-svn: 201634
|
|
|
|
| |
llvm-svn: 201632
|
|
|
|
|
|
| |
for it yet.
llvm-svn: 201452
|