]> granicus.if.org Git - clang/history - www
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCom...
[clang] / www /
2017-01-02 Renato GolinRevert "DR1391: Check for implicit conversion sequences...
2017-01-02 Richard SmithDR1391: Check for implicit conversion sequences for...
2016-12-31 Richard Smith[c++17] Implement P0522R0 as written. This allows a...
2016-12-28 Richard SmithDR1315: a non-type template argument in a partial speci...
2016-12-27 Richard SmithDR1495: A partial specialization is ill-formed if it...
2016-12-19 Richard Smith[c++1z] cxx_status: mark p0195r2 as done.
2016-12-14 Richard Smith[c++1z] P0217R3: Allow by-value structured binding...
2016-12-09 Richard SmithAdd tests for a couple more DRs.
2016-12-09 Richard Smithcxx_dr_status: update to latest issue list and add...
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-12-06 Richard Smith[c++17] P0135R1: Guaranteed copy elision.
2016-12-05 Richard SmithDR1213: element access on an array xvalue or prvalue...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-01 Richard SmithP0012R1: add Itanium ABI support for throwing non-noexc...
2016-12-01 Richard SmithRevert r285664, cxx-abi-dev chose to go in a different...
2016-11-16 Devin Coughlin[www] Fix spelling error in checker release notes.
2016-11-16 Devin Coughlin[www] Update analyzer website for release of checker-279
2016-11-16 Richard SmithPR23281: Fix implementation of DR1891 to implement...
2016-11-12 Mehdi AminiAdd instructions in clang get_started page about workin...
2016-11-12 Richard Smith[c++1z] std::byte didn't make it
2016-11-11 Richard Smith[c++1z] Two more features have been accepted.
2016-11-11 Richard Smith[c++1z] p0522 is approved.
2016-11-11 Richard Smith[cxx_status] Prepare features list for WG21 motions.
2016-11-07 Alex Lorenz[www] Update the link to the 'include what you use...
2016-11-01 Alex Lorenz[www] Fix a typo on the analyzer website
2016-11-01 Richard SmithImplement ABI proposal for throwing noexcept function...
2016-10-26 Richard Smith[cxx_status] update comment
2016-10-22 Richard SmithMark P0012R1 as "Partial" since it's now substantially...
2016-10-22 Richard Smith[c++1z] P0012R1: Implement a few remaining pieces:...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Renato GolinRevert "DR583, DR1512: Implement a rewrite to C++'s...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-18 Richard SmithDR1330: instantiate exception-specifications when ...
2016-10-18 Dominic Chen[analyzer] Update alpha and potential checker documenta...
2016-10-10 Richard SmithMark aligned allocation as done.
2016-09-29 Richard SmithSwitch to a different workaround for unimplementability...
2016-09-29 Richard SmithMark P0127R3 as done, and replace its __has_feature...
2016-09-28 Richard Smithcxx_status: use HTML5 details/summary elements to hide...
2016-09-28 Richard SmithAdd a couple more tentative names for upcoming SD-6...
2016-09-28 Richard SmithP0095R3: Implement the latest published revision of...
2016-09-28 Richard SmithP0096R2: Implement more recent revision of SD-6 (C...
2016-09-28 Richard SmithLong-overdue update to cxx_status: C++14 is no longer...
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-26 Sylvestre LedruIn the get started page, also explain how to start...
2016-09-26 Sylvestre Ledruupdate the link to the code coverage
2016-08-31 Richard SmithDR259: Demote the pedantic error for an explicit instan...
2016-08-19 Devin Coughlin[www] Add nullability questions to analyzer FAQ.
2016-08-19 Devin Coughlin[www] Add analyzer FAQ about not releasing ivars in...
2016-08-15 Richard Smithcxx_status: update features implemented in clang 3...
2016-08-15 Richard Smithcxx_status: mark decomposition declarations as "partial...
2016-07-28 Artem Dergachev[analyzer] Update the web manual for checker developers.
2016-07-27 Hans WennborgUpdate cxx_dr_Status after 3.9 branch
2016-07-14 Richard Smithwww/cxx_status: give more precise links to initializati...
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-06-28 Richard Smithcxx_status: make c++17 footnote list formatting consist...
2016-06-28 Richard Smithcxx_status: fix footnote for p0136.
2016-06-28 Richard SmithUpdate cxx_dr_status from test/CXX/drs.
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-25 Richard SmithImplement C++17 P0386R2, inline variables. (The 'inline...
2016-06-24 Richard SmithCorrect error in change description.
2016-06-24 Richard SmithRemaining motions pass.
2016-06-24 Richard SmithInline variables tentatively approved for C++17.
2016-06-24 Richard SmithUpdates from further motions.
2016-06-24 Richard SmithMore approved features for C++17.
2016-06-24 Richard SmithDynamic memory allocation with alignment has been appro...
2016-06-24 Richard SmithUsing for attributes voted into C++17.
2016-06-24 Richard SmithAdd (commented out) status entries for the upcoming...
2016-06-23 Richard SmithImplement p0292r2 (constexpr if), a likely C++1z feature.
2016-06-13 Richard SmithAdd test for DR1359.
2016-05-06 Devin Coughlin[www][analyzer] Update recommended suppression mechanis...
2016-05-06 Devin Coughlin[www][analyzer] Add FAQ about suppression of missing...
2016-05-05 Richard SmithDocumentation updates for recent changes to VLAs and...
2016-04-20 Adrian McCarthyAdd warning about CR+LF line endings on Windows.
2016-04-11 Reid KlecknerUpdate getting started docs
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
2016-03-28 Richard SmithP0138R2: Allow direct-list-initialization of an enumera...
2016-03-23 Richard SmithMake SemaAccess smarter about determining when a depend...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-20 Richard SmithMark C++ features implemented in Clang 3.8 as done...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Richard SmithUse class="svn" for features with SVN status.
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-04 Richard SmithImplement P0036R0: remove support for empty unary folds...
2016-03-04 Richard SmithUpdate cxx_status with likely new features from Jackson...
2016-02-19 Nico WeberImplement the likely resolution of core issue 253.
2016-02-19 Nico WeberUpdate cxx_dr_status.html with today's cwg_index.html.
2016-02-18 Yury Gribov[analyzer] Add --force-analyze-debug-code option to...
2016-02-10 Mandeep Singh GrangTest commit, fixed "clang" to "Clang" in docs
2016-02-09 Richard SmithUpdate documentation to reflect that libc++abi provides...
2016-02-06 Devin Coughlin[www] Update analyzer release notes to correct the...
2016-02-06 Devin Coughlin[www] Update analyzer website for checker-278.
2016-02-01 David MajnemerMark DR1250 as implemented
2016-01-30 Alexey SamsonovRemove references to autotools build.
2016-01-13 Richard SmithUpdate cxx_dr_status for latest issues list.
2016-01-13 Richard SmithUpdate make_cxx_dr_status after the 3.8 branch.
next