summaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAge
* [cxx_status] Minor wording tweaks.Richard Smith2014-06-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211471 91177308-0d34-0410-b5e6-96231b3b80d8
* [cxx_status] Be a bit more precise.Richard Smith2014-06-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211470 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix dead link.Richard Smith2014-06-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211469 91177308-0d34-0410-b5e6-96231b3b80d8
* C++ status page: restore the convention of saying "SVN" until we reach a ↵Richard Smith2014-06-20
| | | | | | release. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211398 91177308-0d34-0410-b5e6-96231b3b80d8
* Be less bold.Richard Smith2014-06-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211397 91177308-0d34-0410-b5e6-96231b3b80d8
* [C++1z] Add C++1z to the C++ status page.Richard Smith2014-06-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211396 91177308-0d34-0410-b5e6-96231b3b80d8
* Tweak documentation.Nico Weber2014-06-12
| | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210826 91177308-0d34-0410-b5e6-96231b3b80d8
* Update DR page for latest revision of CWG issues list.Richard Smith2014-06-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210130 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
| | | | | | | | | | 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.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210091 91177308-0d34-0410-b5e6-96231b3b80d8
* Sema: Implement DR244David Majnemer2014-05-21
| | | | | | | | | | | | | | | | 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209319 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Alpha and implicit checker lists, expand/collapse feature.Anton Yartsev2014-05-19
| | | | | | | | 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209131 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct incoherent function versus function template partial ordering for ↵Richard Smith2014-05-17
| | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209054 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix link target.Richard Smith2014-05-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208376 91177308-0d34-0410-b5e6-96231b3b80d8
* www: add a missing HTML open tagAlp Toker2014-05-06
| | | | | | This went AWOL in r207995. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208018 91177308-0d34-0410-b5e6-96231b3b80d8
* www: remove proprietary dbtree.js script from r96013Alp Toker2014-05-05
| | | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207995 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert "Sema: Implement DR244"David Majnemer2014-05-03
| | | | | | | | This was accidentally committed. This reverts commit r207892. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207893 91177308-0d34-0410-b5e6-96231b3b80d8
* Sema: Implement DR244David Majnemer2014-05-03
| | | | | | | | | Naming the destructor using a typedef-name for the class-name is well-formed. This fixes PR19620. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207892 91177308-0d34-0410-b5e6-96231b3b80d8
* Sema: Implement DR477David Majnemer2014-04-30
| | | | | | | | | | | | Summary: Friend declarations shouldn't mention explicit or virtual. Reviewers: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3562 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207682 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Clean up the lists of current and potential checkers.Jordan Rose2014-04-29
| | | | | | Patch by Anton Yartsev, modified by me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207478 91177308-0d34-0410-b5e6-96231b3b80d8
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207362 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove no longer relevant information in the gcc/llvm comparison page + ↵Sylvestre Ledru2014-04-27
| | | | | | minor updates git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207361 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove deprecated information about performances:Sylvestre Ledru2014-04-27
| | | | | | | | | | | | * 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207358 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR501-525.Richard Smith2014-04-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206123 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Fix mistake in example for potential checker "posix.Errno".Jordan Rose2014-04-07
| | | | | | Found by Richard Osbourne! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205721 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Add an ErrnoChecker (PR18701) to the Potential Checkers list.Jordan Rose2014-04-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205667 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Update Open Projects page with BitwiseConstraintManager.Jordan Rose2014-04-05
| | | | | | | Also, add the names of people most recently working on particular projects, and remove "relate bugs and checkers" (thanks, Alex!). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205666 91177308-0d34-0410-b5e6-96231b3b80d8
* Add failing testcase for DR305. Looks like we didn't implement the resolutionRichard Smith2014-04-01
| | | | | | | here in the simple-template-id case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205273 91177308-0d34-0410-b5e6-96231b3b80d8
* Sema: Implement DR317David Majnemer2014-03-30
| | | | | | | | | | | | | | | 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205129 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for dr475-dr500.Richard Smith2014-03-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205127 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] Remove the implemented Identical* checkers from the "potential" list.Jordan Rose2014-03-26
| | | | | | Edit by Daniel Fahlgren. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204842 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR450-475.Richard Smith2014-03-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204217 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR400-450.Richard Smith2014-03-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204033 91177308-0d34-0410-b5e6-96231b3b80d8
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-14
| | | | | | | | | (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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203974 91177308-0d34-0410-b5e6-96231b3b80d8
* Try to remove confusion about C++11 feature support:Richard Smith2014-03-14
| | | | | | | | | * Explicitly say that we conform to the two N/A bullets that required no compiler changes. * Remove a library feature from our features list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203964 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR389-399.Richard Smith2014-03-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203771 91177308-0d34-0410-b5e6-96231b3b80d8
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-12
| | | | | | | performing auto type deduction. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203683 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR381-388.Richard Smith2014-03-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203549 91177308-0d34-0410-b5e6-96231b3b80d8
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-07
| | | | | | | Patch from Sean McBride <sean@rogue-research.com>! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203259 91177308-0d34-0410-b5e6-96231b3b80d8
* DR status page: add link targets for individual DRs, and link duplicates.Richard Smith2014-03-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203022 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR370-380.Richard Smith2014-03-05
| | | | | | | | Also promote a couple of Warnings on ill-formed code found by this testing to ExtWarns. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203021 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tests for newly-resolved core issues <= 370.Richard Smith2014-03-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202889 91177308-0d34-0410-b5e6-96231b3b80d8
* Update DR status page to match post-Issaquah core issues list.Richard Smith2014-03-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202886 91177308-0d34-0410-b5e6-96231b3b80d8
* Add links to TSen from post-Issaquah mailing.Richard Smith2014-03-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202882 91177308-0d34-0410-b5e6-96231b3b80d8
* [analyzer] post analyzer build checker-276Ted Kremenek2014-02-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201648 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove gunk from cxx_dr_status.htmlDavid Majnemer2014-02-19
| | | | | | | | Accidentally piped the stdout from make_cxx_dr_status into cxx_dr_status.html git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201634 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerate DR status page.David Majnemer2014-02-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201632 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove transactional memory from c++ status page; there's no working paper ↵Richard Smith2014-02-15
| | | | | | for it yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201452 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some missing threes.Richard Smith2014-02-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201449 91177308-0d34-0410-b5e6-96231b3b80d8
* Add entries to C++ status page for Technical Specification Working Papers thatRichard Smith2014-02-15
| | | | | | | WG21 is about to vote on. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201448 91177308-0d34-0410-b5e6-96231b3b80d8
* Tests for DR351-370, plus update DR status page to match the latest core ↵Richard Smith2014-02-10
| | | | | | issue list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201106 91177308-0d34-0410-b5e6-96231b3b80d8