aboutsummaryrefslogtreecommitdiff
path: root/clang/www
AgeCommit message (Expand)AuthorFilesLines
2021-01-27[cxx_status] Mark P0732R2 as only 'partial', not 'Clang 12', as some ofRichard Smith1-1/+1
2021-01-19Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith1-1/+1
2021-01-19[www] Fix background color in table cell.Richard Smith1-1/+1
2021-01-18PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence ofRichard Smith1-1/+1
2021-01-18DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith1-1/+1
2020-12-23Revert "PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence...Adrian Kuegel1-1/+1
2020-12-22Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, ...Arthur Eubanks1-1/+1
2020-12-18[www] Remove '$Date$' marker from cxx_dr_status.Richard Smith2-2/+0
2020-12-18[c++20] Mark class type NTTPs as done and start defining the feature test macro.Richard Smith1-1/+1
2020-12-17DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith1-1/+1
2020-12-17PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence ofRichard Smith1-1/+1
2020-12-15DR1413 and part of P1815R2: Minor improvements to Clang's determinationRichard Smith1-1/+1
2020-12-15DR2100: &expr is value-dependent if expr constant-evaluates to aRichard Smith1-1/+1
2020-12-03P0857R0: Parse a requires-clause after an explicitRichard Smith1-3/+4
2020-11-25Part of C++ DR 39: a class member lookup is not ambiguous if it finds theRichard Smith1-1/+1
2020-10-23PR47954 / DR2126: permit temporary objects that are lifetime-extended byRichard Smith1-2/+2
2020-10-18[Sema, CodeGen] Implement [[likely]] and [[unlikely]] in SwitchStmtMark de Wever1-1/+1
2020-10-06[c++17] Implement P0145R3 during constant evaluation.Richard Smith1-0/+1
2020-10-06Revert "[c++17] Implement P0145R3 during constant evaluation."Dmitri Gribenko1-1/+0
2020-10-05[c++17] Implement P0145R3 during constant evaluation.Richard Smith1-0/+1
2020-09-09Implements [[likely]] and [[unlikely]] in IfStmt.Mark de Wever1-1/+1
2020-07-31DR2303: Prefer 'nearer' base classes during template deduction.Erich Keane1-1/+1
2020-07-23Update make_cxx_dr_status and cxx_dr_status.html for the new release.Erich Keane2-13/+31
2020-06-23DR458: Search template parameter scopes in the right order.Richard Smith1-1/+1
2020-06-16[www] Update cxx_dr_status page for recent fixes.Richard Smith1-5/+5
2020-06-16Revert "DR458: Search template parameter scopes in the right order."Richard Smith1-3/+3
2020-06-16DR458: Search template parameter scopes in the right order.Richard Smith1-3/+3
2020-06-05[lit] Improve naming of test result categoriesJulian Lettner1-4/+4
2020-06-02Undo removal of test for dr777.Richard Smith1-2/+2
2020-06-02PR23029 / C++ DR2233: Allow expanded parameter packs to followRichard Smith1-2/+2
2020-05-08Fix parsing of enum-base to follow C++11 rules.Richard Smith1-3/+3
2020-04-15[www] Update make_cxx_dr_status for v10; regenerate cxx_dr_status.htmlHubert Tong2-86/+254
2020-04-14[www] Turn 'Clang 10' boxes green in C++ status pages to reflect releaseHubert Tong2-10/+10
2020-03-09[www] cxx_status: Update Reflection TS to Cologne draftHubert Tong1-1/+1
2020-03-09[www] cxx_status: Update title to mention C++20Hubert Tong1-1/+1
2020-03-02clang: Switch C compilations to C17 by default.Nick Desaulniers1-1/+1
2020-02-20[cxx_status] Update -std= instructions for C++20.Richard Smith1-1/+1
2020-02-18P0593R6: Pseudo-destructor expressions end object lifetimes.Richard Smith1-1/+1
2020-02-18Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith1-9/+8
2020-02-17clang analyzer: Fix the webpage renderingSylvestre Ledru1-3/+0
2020-02-15[cxx_status] New papers from Prague 2020 WG21 meeting.Richard Smith1-8/+56
2020-02-11CWG1423: don't permit implicit conversion of nullptr_t to bool.Richard Smith1-3/+3
2020-02-11remove outdated comparison with other open-source c++ compilersJohn Regehr4-200/+6
2020-02-07[cxx_status] Fix status of P1766R to not bleed into adjacent cells.Richard Smith1-1/+2
2020-02-07Implement P1766R1: diagnose giving non-C-compatible classes a typedef name fo...Richard Smith1-1/+1
2020-02-06C++ DR2026: static storage duration variables are not zeroed beforeRichard Smith1-1/+1
2020-01-24DR1753: Don't permit x.NS::~T() as a pseudo-destructor name.Richard Smith1-1/+1
2020-01-24[Concepts] Update cxx_status.html with Concepts support statusSaar Raz1-1/+4
2020-01-22[www] Update cxx_status page to list changes on the Clang 10 branch asRichard Smith3-33/+25
2020-01-09CWG2352: Allow qualification conversions during reference binding.Richard Smith2-4/+4