aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2015-06-19Fix "the the" in comments/documentation/etc.Eric Christopher
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali
2015-05-19Fix 'CFG graph' typo. NFCJonathan Roelofs
2015-05-14DR295: cv-qualifiers on function types are ignored in C++.Richard Smith
2015-05-14Update cxx_dr_status to latest issues list.Richard Smith
2015-05-07Update the subversion link to http://subversion.apache.org/packages.html.Yaron Keren
2015-05-07Fix clang getting started guide to require VC2013 instead of VS2012.Yaron Keren
2015-04-21Recommend to use CMake on the Clang Getting Started page.Alexey Samsonov
2015-03-27Mark DR777 only as fixed in clang SVN.Benjamin Kramer
2015-03-27[Sema] Implement DR777Benjamin Kramer
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner
2015-03-11[analyzer] www: +progress for undefbehavior.ZeroAllocDereference Anton Yartsev
2015-03-09Fix a menu issue. patch by Vassil VassilevSylvestre Ledru
2015-03-06Add a download link to the web page (PR22764)Hans Wennborg
2015-02-25Fix typo.Larisse Voufo
2015-02-25Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...Larisse Voufo
2015-02-22Fix typo.Larisse Voufo
2015-02-22Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...Larisse Voufo
2015-02-21Fix typo.Larisse Voufo
2015-02-21Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...Larisse Voufo
2015-02-19Mark DR1940 as implementedDavid Majnemer
2015-02-19Mark DR1947 as implementedDavid Majnemer
2015-02-19Mark DR1948 as implementedDavid Majnemer
2015-02-19Mark DR1994 as a duplicate of DR529David Majnemer
2015-02-19Mark DR1968 as implementedDavid Majnemer
2015-02-19Update C++ implementation status page with recent changes w.r.t. to sized dea...Larisse Voufo
2015-02-14Update cxx_dr_status to cover dr1748 and add test.Richard Smith
2015-02-09Update cxx_status to list features implemented in Clang 3.6.Benjamin Kramer
2015-01-28Re-arrange DR test cases, and update DR status page.Larisse Voufo
2015-01-27DR1902: if overload resolution recurses, and the inner overload resolutionRichard Smith
2015-01-14Update cxx_dr_status.html after 3.6 branchHans Wennborg
2014-12-24[analyzer] Updated progress for memory.ZeroAllocAnton Yartsev
2014-12-24[analyzer] +memory.ZeroAllocAnton Yartsev
2014-12-19DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith
2014-12-16DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith
2014-11-27[c++1z] Remove terse range-based for loops; they've been removed fromRichard Smith
2014-11-26[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith
2014-11-14Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman
2014-11-12Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith
2014-11-08[c++1z] Support for attributes on namespaces and enumerators.Aaron Ballman
2014-11-08[c++1z] Support for u8 character literals.Richard Smith
2014-11-08[c++1z] Implement nested-namespace-definitions.Richard Smith
2014-11-08[c++1z] N4295: fold-expressions.Richard Smith
2014-10-31[analyzer] Helpful hints for Windows users of scan-build.Anton Yartsev
2014-10-30[analyzer] Updated tests for ZeroAllocDereference checker.Anton Yartsev
2014-10-30Update contact person in Open Projects webpage for copy-paste detection. From...Daniel Marjamaki
2014-10-20Switch C compilations to C11 by default.Richard Smith
2014-10-17Per comments on PR12350, move DR244 back from 'done' to 'partial' and add tes...Richard Smith
2014-09-29Tests for DR600-640.Richard Smith
2014-09-15Tests for DR581-600.Richard Smith