1. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  2. 00549b4 Remove commented-out entry for ARBs, they're not in C++1y any more. by Richard Smith · 11 years ago
  3. 44868f5 Mark lambda init-captures as complete. by Richard Smith · 11 years ago
  4. 8853c35 Implementation of N3760 which is planned to be voted into C++14's draft by Chandler Carruth · 11 years ago
  5. 629bc52 Mark variable template implementation as complete. Nearly all of the credit by Richard Smith · 11 years ago
  6. 2096fd6 Comment out links for papers that aren't up yet. by Richard Smith · 11 years ago
  7. eb263e8 Fix typo: Dellocation. by Benjamin Kramer · 11 years ago
  8. 8b7ab36 Fix formatting goof. by Richard Smith · 11 years ago
  9. f9d2ccd Update status: by Richard Smith · 11 years ago
  10. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  11. 457e05a Move checker downloads to llvm.org. by Ted Kremenek · 11 years ago
  12. 11e1ce5 add OCLint to the list of projects based on clang by Sylvestre Ledru · 11 years ago
  13. cff67b6 add he 'include what you use' project by Sylvestre Ledru · 11 years ago
  14. e7af4cc remove the description about clang & llvm in the freebsd section (the reader probably know what are llvm and clang by Sylvestre Ledru · 11 years ago
  15. 5130800 about the debian effort to rebuild the archive with clang by Sylvestre Ledru · 11 years ago
  16. a33be00 Clang event are now part of the llvm events. Add a link to the LLVM events by Sylvestre Ledru · 11 years ago
  17. bead30f Update the link to the current code coverage reports (the previous one has not been updated since february 2010) + remove the spec references, not updated since May 2010 by Sylvestre Ledru · 11 years ago
  18. 2b02b08 [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker. by Jordan Rose · 11 years ago
  19. d3721e4 [analyzer] Add "unmodified variable" checker to the Potential Checkers. by Jordan Rose · 11 years ago
  20. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  21. ad3273b [analyzer] Update Open Projects and Potential Checkers pages. by Jordan Rose · 11 years ago
  22. b7fc2ad Update status of support for variable templates on website. by Larisse Voufo · 11 years ago
  23. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  24. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  25. dd15907 + "For Windows Users" section by Anton Yartsev · 11 years ago
  26. f6a144f Implement DR136 by David Majnemer · 11 years ago
  27. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  28. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  29. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  30. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  31. 7273289 Remove unused file. by Richard Smith · 11 years ago
  32. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  33. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  34. 43cbfb6 Updated C++1y status for contextual conversions to 'partial' (without review) by Larisse Voufo · 11 years ago
  35. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  36. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  37. 4fbab27 Remove links to old checker builds. by Ted Kremenek · 11 years ago
  38. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  39. 989741b Update static analyzer build to checker-275. by Ted Kremenek · 11 years ago
  40. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  41. 08cf30e [analyzer] Extend the checker developer manual. A patch by Sam Handler! by Anna Zaks · 11 years ago
  42. 18e3076 Start a page tracking which C++ defect reports have been implemented in Clang. by Richard Smith · 11 years ago
  43. 3c5f4b6 Downgrade C++14 "Clarifying memory allocation". We perform non-conforming by Richard Smith · 11 years ago
  44. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  45. 6f61629 Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped. by Richard Smith · 11 years ago
  46. 3139d66 C++ status: by Richard Smith · 11 years ago
  47. e96515a Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, by Richard Smith · 11 years ago
  48. fe59635 More colours for C++ status page, and mark relaxed constexpr as partially complete. by Richard Smith · 11 years ago
  49. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  50. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  51. 7005426 Update checker build. by Ted Kremenek · 11 years ago
  52. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  53. 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 11 years ago
  54. 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 11 years ago
  55. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  56. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  57. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  58. 8e95e30 Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions. by Richard Smith · 11 years ago
  59. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  60. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  61. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  62. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  63. e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 11 years ago
  64. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  65. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  66. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  67. f2fee9a [analyzer] Merge C++ status page into Open Projects. by Jordan Rose · 11 years ago
  68. 8d00822 [analyzer] Open Projects: grammar, phrasing, formatting by Jordan Rose · 11 years ago
  69. a8d8a47 [analyzer] Add Open Projects page to the analyzer website by Anna Zaks · 11 years ago
  70. cef64fe Remove reference to MSVC only building X86 backend. by Tim Northover · 11 years ago
  71. 1ac39c2 [analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual by Anna Zaks · 11 years ago
  72. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  73. 1f4b2df Update checker build to checker-273 by Ted Kremenek · 11 years ago
  74. b6e8a86 In the comparison, both clang and GCC are popular and widely adopted. This is no longer a win of GCC. by Chris Lattner · 11 years ago
  75. f72663f Add a linebreak. Linebreaks are cool. by Richard Smith · 11 years ago
  76. 71434a8 C++11 status: mark 'extended integral types' as N/A, since we don't support by Richard Smith · 11 years ago
  77. 896e42d Make C++11 status page more consistent: we mark entries as "done" if we by Richard Smith · 11 years ago
  78. 11fd5b1 www tweaks to embiggen up our near-complete C++11 and C11 support. by Richard Smith · 11 years ago
  79. f32e11d Remove outdated claim that GCC builds without a C++ compiler from compilers comparison. by Richard Smith · 11 years ago
  80. 067e968 [analyzer] Update open source checker build to checker-272. by Jordan Rose · 11 years ago
  81. df53919 [analyzer] Reword FAQ by Anna Zaks · 11 years ago
  82. 717ff54 Avoiding flamewars by Renato Golin · 11 years ago
  83. c661e12 Add config manager to open projects by Renato Golin · 11 years ago
  84. 1441632 C++11 status page: by Richard Smith · 11 years ago
  85. 8ab612d Remove outdated performance.html webpage. by Tanya Lattner · 11 years ago
  86. 43ced74 + specified progress information by Anton Yartsev · 11 years ago
  87. 7eae669 + centered progress cells + added progress information for several checkers by Anton Yartsev · 11 years ago
  88. 6e8dfc7 Timing data was removed years ago. Remove these links. by Tanya Lattner · 11 years ago
  89. e22cef5 Note that checker-271 is newer than the analyzer in Xcode 4.6 by Ted Kremenek · 11 years ago
  90. 8580c7e Update open source checker build to checker-271. by Ted Kremenek · 11 years ago
  91. 975f253 Revert "Update checker build to checker-271." by Ted Kremenek · 11 years ago
  92. a7f8da1 Update checker build to checker-271. by Ted Kremenek · 11 years ago
  93. a55e3ff Consistently format sample diagnostics on this page. by Richard Smith · 11 years ago
  94. 52a9250 C++11 status: by Richard Smith · 11 years ago
  95. f7fd799 Various tweaks and updates to the analyzer website. by Jordan Rose · 12 years ago
  96. 409474f Repost checker-270, which for some reason got deleted. by Ted Kremenek · 12 years ago
  97. 9da34f9 [analyzer] Extend the Representing Values section of the dev manual. by Anna Zaks · 12 years ago
  98. e695677 Update checker build to checker-270 by Ted Kremenek · 12 years ago
  99. 831fb8d docs: [CMake] Add Xcode to the list of project formats CMake can generate. by NAKAMURA Takumi · 12 years ago
  100. 0dffb7b clang/www/get_started.html: s/cmake/CMake/ by NAKAMURA Takumi · 12 years ago