summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith1-1/+1
2016-06-24Correct error in change description.Richard Smith1-1/+1
2016-06-24Remaining motions pass.Richard Smith1-2/+0
2016-06-24Inline variables tentatively approved for C++17.Richard Smith1-1/+1
2016-06-24Updates from further motions.Richard Smith1-8/+1
2016-06-24More approved features for C++17.Richard Smith1-2/+2
2016-06-24Dynamic memory allocation with alignment has been approved for C++17.Richard Smith1-2/+2
2016-06-24Using for attributes voted into C++17.Richard Smith1-1/+1
2016-06-24Add (commented out) status entries for the upcoming WG21 motions.Richard Smith1-0/+59
2016-06-23Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith1-0/+6
2016-06-13Add test for DR1359.Richard Smith1-1/+1
2016-05-06[www][analyzer] Update recommended suppression mechanism for localization.Devin Coughlin1-2/+2
2016-05-06[www][analyzer] Add FAQ about suppression of missing localization diagnostic.Devin Coughlin1-0/+27
2016-05-05Documentation updates for recent changes to VLAs and default-initialization o...Richard Smith1-17/+13
2016-04-20Add warning about CR+LF line endings on Windows.Adrian McCarthy1-9/+12
2016-04-11Update getting started docsReid Kleckner1-6/+6
2016-03-28Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus1-6/+8
2016-03-28P0138R2: Allow direct-list-initialization of an enumeration from an integralRichard Smith1-1/+1
2016-03-23Make SemaAccess smarter about determining when a dependent class mightRichard Smith1-1/+1
2016-03-21[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali1-1/+1
2016-03-20Mark C++ features implemented in Clang 3.8 as done now that 3.8 has released.Richard Smith1-3/+3
2016-03-20P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith1-1/+1
2016-03-09Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman1-1/+1
2016-03-08P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...Richard Smith1-1/+1
2016-03-08Use class="svn" for features with SVN status.Richard Smith1-2/+2
2016-03-08P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith1-1/+1
2016-03-07Implement support for [[nodiscard]] in C++1z that is based off existing suppo...Aaron Ballman1-1/+1
2016-03-04Implement P0036R0: remove support for empty unary folds of +, *, |, &.Richard Smith1-1/+1
2016-03-04Update cxx_status with likely new features from Jacksonville WG21 meeting.Richard Smith1-1/+56
2016-02-19Implement the likely resolution of core issue 253.Nico Weber1-1/+1
2016-02-19Update cxx_dr_status.html with today's cwg_index.html.Nico Weber1-67/+67
2016-02-18[analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov1-0/+3
2016-02-10Test commit, fixed "clang" to "Clang" in docsMandeep Singh Grang1-4/+4
2016-02-09Update documentation to reflect that libc++abi provides __cxa_thread_atexit (...Richard Smith1-12/+20
2016-02-06[www] Update analyzer release notes to correct the checker-278 build date.Devin Coughlin1-1/+1
2016-02-06[www] Update analyzer website for checker-278.Devin Coughlin2-1/+16
2016-02-01Mark DR1250 as implementedDavid Majnemer1-1/+1
2016-01-30Remove references to autotools build.Alexey Samsonov1-3/+0
2016-01-13Update cxx_dr_status for latest issues list.Richard Smith1-383/+1289
2016-01-13Update make_cxx_dr_status after the 3.8 branch.Richard Smith1-2/+2
2016-01-13Update cxx_dr_status.html after the 3.8 branchHans Wennborg1-1/+1
2015-12-16Fix grammar.Richard Smith1-1/+2
2015-12-16Update our claims about GCC's diagnostics quality to reflect recent improveme...Richard Smith1-6/+6
2015-12-16These days, GCC has at least minimal documentation for its VLAIS extension.Richard Smith1-2/+2
2015-12-10www: Mention -DGCC_INSTALL_PREFIX instead of --with-gcc-toolchainJustin Bogner1-1/+1
2015-11-26Update reference to final TM TS spec.Richard Smith1-1/+1
2015-11-26P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith1-2/+2
2015-11-25P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith1-1/+1
2015-11-12DR407: Rationalize how we handle tags being hidden by typedefs. Even withRichard Smith1-1/+1
2015-11-11N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith1-7/+15