aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2014-06-03Update DR page for latest revision of CWG issues list.Richard Smith
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith
2014-05-21Sema: Implement DR244David Majnemer
2014-05-19[analyzer] Alpha and implicit checker lists, expand/collapse feature.Anton Yartsev
2014-05-17Correct incoherent function versus function template partial ordering for con...Richard Smith
2014-05-09Fix link target.Richard Smith
2014-05-06www: add a missing HTML open tagAlp Toker
2014-05-05www: remove proprietary dbtree.js script from r96013Alp Toker
2014-05-03Revert "Sema: Implement DR244"David Majnemer
2014-05-03Sema: Implement DR244David Majnemer
2014-04-30Sema: Implement DR477David Majnemer
2014-04-29[analyzer] Clean up the lists of current and potential checkers.Jordan Rose
2014-04-27remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru
2014-04-27Remove no longer relevant information in the gcc/llvm comparison page + minor...Sylvestre Ledru
2014-04-27Remove deprecated information about performances:Sylvestre Ledru
2014-04-13Tests for DR501-525.Richard Smith
2014-04-07[analyzer] Fix mistake in example for potential checker "posix.Errno".Jordan Rose
2014-04-05[analyzer] Add an ErrnoChecker (PR18701) to the Potential Checkers list.Jordan Rose
2014-04-05[analyzer] Update Open Projects page with BitwiseConstraintManager.Jordan Rose
2014-04-01Add failing testcase for DR305. Looks like we didn't implement the resolutionRichard Smith
2014-03-30Sema: Implement DR317David Majnemer
2014-03-30Tests for dr475-dr500.Richard Smith
2014-03-26[analyzer] Remove the implemented Identical* checkers from the "potential" list.Jordan Rose
2014-03-19Tests for DR450-475.Richard Smith
2014-03-17Tests for DR400-450.Richard Smith
2014-03-14Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith
2014-03-14Try to remove confusion about C++11 feature support:Richard Smith
2014-03-13Tests for DR389-399.Richard Smith
2014-03-12DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith
2014-03-11Tests for DR381-388.Richard Smith
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber
2014-03-05DR status page: add link targets for individual DRs, and link duplicates.Richard Smith
2014-03-05Tests for DR370-380.Richard Smith
2014-03-04Add tests for newly-resolved core issues <= 370.Richard Smith
2014-03-04Update DR status page to match post-Issaquah core issues list.Richard Smith
2014-03-04Add links to TSen from post-Issaquah mailing.Richard Smith
2014-02-19[analyzer] post analyzer build checker-276Ted Kremenek
2014-02-19Remove gunk from cxx_dr_status.htmlDavid Majnemer
2014-02-19Regenerate DR status page.David Majnemer
2014-02-15Remove transactional memory from c++ status page; there's no working paper fo...Richard Smith
2014-02-15Add some missing threes.Richard Smith
2014-02-15Add entries to C++ status page for Technical Specification Working Papers thatRichard Smith
2014-02-10Tests for DR351-370, plus update DR status page to match the latest core issu...Richard Smith
2014-02-06DR101, PR12770: If a function is declared in the same context as aRichard Smith
2014-02-03Fix typo in CSS class name.Richard Smith
2014-02-03Clang 3.4 was released, make the boxes green.Richard Smith
2014-02-03Tests for DR331-350.Richard Smith
2014-02-03Update C++ DR page now 3.4 has been released.Richard Smith
2014-02-03Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith
2014-02-03Tests for DR321-330.Richard Smith