aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2013-11-17Tests for core issue 241-250.Richard Smith
2013-11-17Tests for core issues 224-240.Richard Smith
2013-11-15Tests for core issue 216-223.Richard Smith
2013-11-14DR408: If a static data member of incomplete array type is declared in a classRichard Smith
2013-11-12Tests for core issue 201-215.Richard Smith
2013-11-08Update macro expansion diagnostic examples to say 'expanded from:'Hans Wennborg
2013-11-08Tests for core issue 170-200.Richard Smith
2013-11-07Tests for CWG issue 165-170.Richard Smith
2013-11-07Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for...Richard Smith
2013-11-07Tests for DR150 - DR165.Richard Smith
2013-11-07Update cxx_dr_status.html to match current cwg issue list.Richard Smith
2013-11-05Remove stray comma from documentation.Richard Smith
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith
2013-11-05Enable links now that they work.Richard Smith
2013-09-29Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith
2013-09-28Remove commented-out entry for ARBs, they're not in C++1y any more.Richard Smith
2013-09-28Mark lambda init-captures as complete.Richard Smith
2013-09-27Implementation of N3760 which is planned to be voted into C++14's draftChandler Carruth
2013-09-27Mark variable template implementation as complete. Nearly all of the creditRichard Smith
2013-09-27Comment out links for papers that aren't up yet.Richard Smith
2013-09-27Fix typo: Dellocation.Benjamin Kramer
2013-09-27Fix formatting goof.Richard Smith
2013-09-27Update status:Richard Smith
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith
2013-09-09Move checker downloads to llvm.org.Ted Kremenek
2013-09-07add OCLint to the list of projects based on clangSylvestre Ledru
2013-09-07add he 'include what you use' projectSylvestre Ledru
2013-09-07remove the description about clang & llvm in the freebsd section (the reader ...Sylvestre Ledru
2013-09-07about the debian effort to rebuild the archive with clangSylvestre Ledru
2013-09-07Clang event are now part of the llvm events. Add a link to the LLVM eventsSylvestre Ledru
2013-09-07Update the link to the current code coverage reports (the previous one has no...Sylvestre Ledru
2013-08-19[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.Jordan Rose
2013-08-19[analyzer] Add "unmodified variable" checker to the Potential Checkers.Jordan Rose
2013-08-19[analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose
2013-08-10[analyzer] Update Open Projects and Potential Checkers pages.Jordan Rose
2013-08-06Update status of support for variable templates on website.Larisse Voufo
2013-07-24C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith
2013-07-21Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith
2013-06-28+ "For Windows Users" sectionAnton Yartsev
2013-06-25Implement DR136David Majnemer
2013-06-25Implement DR21David Majnemer
2013-06-18DR14, DR101, and part of DR1: fix handling of extern "C" declarations inRichard Smith
2013-06-17Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it.Richard Smith
2013-06-17Corrected status of support for contextual conversion from full to SVNLarisse Voufo
2013-06-17Remove unused file.Richard Smith
2013-06-16Add tests for C++ DR100-150.Richard Smith
2013-06-15Updated status of support for contextual conversion from partial to fullLarisse Voufo
2013-06-13Updated C++1y status for contextual conversions to 'partial' (without review)Larisse Voufo
2013-06-11Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer
2013-06-11Implement DR85: Redeclaration of member is forbiddenDavid Majnemer