summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2016-10-26[cxx_status] update commentRichard Smith
2016-10-22Mark P0012R1 as "Partial" since it's now substantially complete.Richard Smith
2016-10-22[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-10-21Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-10-18DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith
2016-10-18[analyzer] Update alpha and potential checker documentation, esp. alpha.valistDominic Chen
2016-10-10Mark aligned allocation as done.Richard Smith
2016-09-29Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.Richard Smith
2016-09-29Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith
2016-09-28cxx_status: use HTML5 details/summary elements to hide implementation statusRichard Smith
2016-09-28Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith
2016-09-28P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith
2016-09-28P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith
2016-09-28Long-overdue update to cxx_status: C++14 is no longer "upcoming".Richard Smith
2016-09-28Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith
2016-09-28Revert r282556. This change made several bots unhappy.Richard Smith
2016-09-27P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith
2016-09-26In the get started page, also explain how to start the testsuiteSylvestre Ledru
2016-09-26update the link to the code coverageSylvestre Ledru
2016-08-31DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith
2016-08-19[www] Add nullability questions to analyzer FAQ.Devin Coughlin
2016-08-19[www] Add analyzer FAQ about not releasing ivars in -dealloc.Devin Coughlin
2016-08-15cxx_status: update features implemented in clang 3.9 from "svn" to "Clang 3.9...Richard Smith
2016-08-15cxx_status: mark decomposition declarations as "partial": the implementation isRichard Smith
2016-07-28[analyzer] Update the web manual for checker developers.Artem Dergachev
2016-07-27Update cxx_dr_Status after 3.9 branchHans Wennborg
2016-07-14www/cxx_status: give more precise links to initialization order wordingRichard Smith
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-06-28cxx_status: make c++17 footnote list formatting consistent with other footnot...Richard Smith
2016-06-28cxx_status: fix footnote for p0136.Richard Smith
2016-06-28Update cxx_dr_status from test/CXX/drs.Richard Smith
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith
2016-06-24Correct error in change description.Richard Smith
2016-06-24Remaining motions pass.Richard Smith
2016-06-24Inline variables tentatively approved for C++17.Richard Smith
2016-06-24Updates from further motions.Richard Smith
2016-06-24More approved features for C++17.Richard Smith
2016-06-24Dynamic memory allocation with alignment has been approved for C++17.Richard Smith
2016-06-24Using for attributes voted into C++17.Richard Smith
2016-06-24Add (commented out) status entries for the upcoming WG21 motions.Richard Smith
2016-06-23Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith
2016-06-13Add test for DR1359.Richard Smith
2016-05-06[www][analyzer] Update recommended suppression mechanism for localization.Devin Coughlin
2016-05-06[www][analyzer] Add FAQ about suppression of missing localization diagnostic.Devin Coughlin
2016-05-05Documentation updates for recent changes to VLAs and default-initialization o...Richard Smith
2016-04-20Add warning about CR+LF line endings on Windows.Adrian McCarthy
2016-04-11Update getting started docsReid Kleckner