| Commit message (Expand) | Author | Age | Files | Lines |
* | DR259: Demote the pedantic error for an explicit instantiation after an | Richard Smith | 2016-08-31 | 1 | -1/+1 |
* | [www] Add nullability questions to analyzer FAQ. | Devin Coughlin | 2016-08-19 | 1 | -0/+54 |
* | [www] Add analyzer FAQ about not releasing ivars in -dealloc. | Devin Coughlin | 2016-08-19 | 1 | -0/+10 |
* | cxx_status: update features implemented in clang 3.9 from "svn" to "Clang 3.9... | Richard Smith | 2016-08-15 | 1 | -13/+13 |
* | cxx_status: mark decomposition declarations as "partial": the implementation is | Richard Smith | 2016-08-15 | 1 | -1/+1 |
* | [analyzer] Update the web manual for checker developers. | Artem Dergachev | 2016-07-28 | 1 | -70/+154 |
* | Update cxx_dr_Status after 3.9 branch | Hans Wennborg | 2016-07-27 | 2 | -11/+11 |
* | www/cxx_status: give more precise links to initialization order wording | Richard Smith | 2016-07-14 | 1 | -2/+6 |
* | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -1/+1 |
* | cxx_status: make c++17 footnote list formatting consistent with other footnot... | Richard Smith | 2016-06-28 | 1 | -3/+1 |
* | cxx_status: fix footnote for p0136. | Richard Smith | 2016-06-28 | 1 | -1/+3 |
* | Update cxx_dr_status from test/CXX/drs. | Richard Smith | 2016-06-28 | 1 | -11/+11 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -1/+4 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -1/+1 |
* | Correct error in change description. | Richard Smith | 2016-06-24 | 1 | -1/+1 |
* | Remaining motions pass. | Richard Smith | 2016-06-24 | 1 | -2/+0 |
* | Inline variables tentatively approved for C++17. | Richard Smith | 2016-06-24 | 1 | -1/+1 |
* | Updates from further motions. | Richard Smith | 2016-06-24 | 1 | -8/+1 |
* | More approved features for C++17. | Richard Smith | 2016-06-24 | 1 | -2/+2 |
* | Dynamic memory allocation with alignment has been approved for C++17. | Richard Smith | 2016-06-24 | 1 | -2/+2 |
* | Using for attributes voted into C++17. | Richard Smith | 2016-06-24 | 1 | -1/+1 |
* | Add (commented out) status entries for the upcoming WG21 motions. | Richard Smith | 2016-06-24 | 1 | -0/+59 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -0/+6 |
* | Add test for DR1359. | Richard Smith | 2016-06-13 | 1 | -1/+1 |
* | [www][analyzer] Update recommended suppression mechanism for localization. | Devin Coughlin | 2016-05-06 | 1 | -2/+2 |
* | [www][analyzer] Add FAQ about suppression of missing localization diagnostic. | Devin Coughlin | 2016-05-06 | 1 | -0/+27 |
* | Documentation updates for recent changes to VLAs and default-initialization o... | Richard Smith | 2016-05-05 | 1 | -17/+13 |
* | Add warning about CR+LF line endings on Windows. | Adrian McCarthy | 2016-04-20 | 1 | -9/+12 |
* | Update getting started docs | Reid Kleckner | 2016-04-11 | 1 | -6/+6 |
* | Use VS2015 Project Support for Natvis to eliminate the need to manually insta... | Mike Spertus | 2016-03-28 | 1 | -6/+8 |
* | P0138R2: Allow direct-list-initialization of an enumeration from an integral | Richard Smith | 2016-03-28 | 1 | -1/+1 |
* | Make SemaAccess smarter about determining when a dependent class might | Richard Smith | 2016-03-23 | 1 | -1/+1 |
* | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -1/+1 |
* | Mark C++ features implemented in Clang 3.8 as done now that 3.8 has released. | Richard Smith | 2016-03-20 | 1 | -3/+3 |
* | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -1/+1 |
* | Implement support for [[maybe_unused]] in C++1z that is based off existing su... | Aaron Ballman | 2016-03-09 | 1 | -1/+1 |
* | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 1 | -1/+1 |
* | Use class="svn" for features with SVN status. | Richard Smith | 2016-03-08 | 1 | -2/+2 |
* | P0188R1: add support for standard [[fallthrough]] attribute. This is almost | Richard Smith | 2016-03-08 | 1 | -1/+1 |
* | Implement support for [[nodiscard]] in C++1z that is based off existing suppo... | Aaron Ballman | 2016-03-07 | 1 | -1/+1 |
* | Implement P0036R0: remove support for empty unary folds of +, *, |, &. | Richard Smith | 2016-03-04 | 1 | -1/+1 |
* | Update cxx_status with likely new features from Jacksonville WG21 meeting. | Richard Smith | 2016-03-04 | 1 | -1/+56 |
* | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 1 | -1/+1 |
* | Update cxx_dr_status.html with today's cwg_index.html. | Nico Weber | 2016-02-19 | 1 | -67/+67 |
* | [analyzer] Add --force-analyze-debug-code option to scan-build | Yury Gribov | 2016-02-18 | 1 | -0/+3 |
* | Test commit, fixed "clang" to "Clang" in docs | Mandeep Singh Grang | 2016-02-10 | 1 | -4/+4 |
* | Update documentation to reflect that libc++abi provides __cxa_thread_atexit (... | Richard Smith | 2016-02-09 | 1 | -12/+20 |
* | [www] Update analyzer release notes to correct the checker-278 build date. | Devin Coughlin | 2016-02-06 | 1 | -1/+1 |
* | [www] Update analyzer website for checker-278. | Devin Coughlin | 2016-02-06 | 2 | -1/+16 |
* | Mark DR1250 as implemented | David Majnemer | 2016-02-01 | 1 | -1/+1 |