1. 2b02b08 [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker. by Jordan Rose · 11 years ago
  2. d3721e4 [analyzer] Add "unmodified variable" checker to the Potential Checkers. by Jordan Rose · 11 years ago
  3. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  4. ad3273b [analyzer] Update Open Projects and Potential Checkers pages. by Jordan Rose · 11 years ago
  5. b7fc2ad Update status of support for variable templates on website. by Larisse Voufo · 11 years ago
  6. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  7. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  8. dd15907 + "For Windows Users" section by Anton Yartsev · 11 years ago
  9. f6a144f Implement DR136 by David Majnemer · 11 years ago
  10. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  11. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  12. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  13. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  14. 7273289 Remove unused file. by Richard Smith · 11 years ago
  15. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  16. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  17. 43cbfb6 Updated C++1y status for contextual conversions to 'partial' (without review) by Larisse Voufo · 11 years ago
  18. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  19. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  20. 4fbab27 Remove links to old checker builds. by Ted Kremenek · 11 years ago
  21. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  22. 989741b Update static analyzer build to checker-275. by Ted Kremenek · 11 years ago
  23. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  24. 08cf30e [analyzer] Extend the checker developer manual. A patch by Sam Handler! by Anna Zaks · 11 years ago
  25. 18e3076 Start a page tracking which C++ defect reports have been implemented in Clang. by Richard Smith · 11 years ago
  26. 3c5f4b6 Downgrade C++14 "Clarifying memory allocation". We perform non-conforming by Richard Smith · 11 years ago
  27. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  28. 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
  29. 3139d66 C++ status: by Richard Smith · 11 years ago
  30. e96515a Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, by Richard Smith · 11 years ago
  31. fe59635 More colours for C++ status page, and mark relaxed constexpr as partially complete. by Richard Smith · 11 years ago
  32. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  33. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  34. 7005426 Update checker build. by Ted Kremenek · 11 years ago
  35. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  36. 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 11 years ago
  37. 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 11 years ago
  38. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  39. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  40. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  41. 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
  42. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  43. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  44. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  45. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  46. e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 11 years ago
  47. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  48. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  49. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  50. f2fee9a [analyzer] Merge C++ status page into Open Projects. by Jordan Rose · 11 years ago
  51. 8d00822 [analyzer] Open Projects: grammar, phrasing, formatting by Jordan Rose · 11 years ago
  52. a8d8a47 [analyzer] Add Open Projects page to the analyzer website by Anna Zaks · 11 years ago
  53. cef64fe Remove reference to MSVC only building X86 backend. by Tim Northover · 11 years ago
  54. 1ac39c2 [analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual by Anna Zaks · 11 years ago
  55. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  56. 1f4b2df Update checker build to checker-273 by Ted Kremenek · 11 years ago
  57. 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
  58. f72663f Add a linebreak. Linebreaks are cool. by Richard Smith · 11 years ago
  59. 71434a8 C++11 status: mark 'extended integral types' as N/A, since we don't support by Richard Smith · 11 years ago
  60. 896e42d Make C++11 status page more consistent: we mark entries as "done" if we by Richard Smith · 11 years ago
  61. 11fd5b1 www tweaks to embiggen up our near-complete C++11 and C11 support. by Richard Smith · 11 years ago
  62. f32e11d Remove outdated claim that GCC builds without a C++ compiler from compilers comparison. by Richard Smith · 11 years ago
  63. 067e968 [analyzer] Update open source checker build to checker-272. by Jordan Rose · 11 years ago
  64. df53919 [analyzer] Reword FAQ by Anna Zaks · 11 years ago
  65. 717ff54 Avoiding flamewars by Renato Golin · 11 years ago
  66. c661e12 Add config manager to open projects by Renato Golin · 11 years ago
  67. 1441632 C++11 status page: by Richard Smith · 11 years ago
  68. 8ab612d Remove outdated performance.html webpage. by Tanya Lattner · 11 years ago
  69. 43ced74 + specified progress information by Anton Yartsev · 11 years ago
  70. 7eae669 + centered progress cells + added progress information for several checkers by Anton Yartsev · 11 years ago
  71. 6e8dfc7 Timing data was removed years ago. Remove these links. by Tanya Lattner · 11 years ago
  72. e22cef5 Note that checker-271 is newer than the analyzer in Xcode 4.6 by Ted Kremenek · 11 years ago
  73. 8580c7e Update open source checker build to checker-271. by Ted Kremenek · 11 years ago
  74. 975f253 Revert "Update checker build to checker-271." by Ted Kremenek · 11 years ago
  75. a7f8da1 Update checker build to checker-271. by Ted Kremenek · 11 years ago
  76. a55e3ff Consistently format sample diagnostics on this page. by Richard Smith · 11 years ago
  77. 52a9250 C++11 status: by Richard Smith · 11 years ago
  78. f7fd799 Various tweaks and updates to the analyzer website. by Jordan Rose · 11 years ago
  79. 409474f Repost checker-270, which for some reason got deleted. by Ted Kremenek · 11 years ago
  80. 9da34f9 [analyzer] Extend the Representing Values section of the dev manual. by Anna Zaks · 11 years ago
  81. e695677 Update checker build to checker-270 by Ted Kremenek · 11 years ago
  82. 831fb8d docs: [CMake] Add Xcode to the list of project formats CMake can generate. by NAKAMURA Takumi · 12 years ago
  83. 0dffb7b clang/www/get_started.html: s/cmake/CMake/ by NAKAMURA Takumi · 12 years ago
  84. 40b48a1 Mention the lldb formatters in the clang wiki under debugging. by Argyrios Kyrtzidis · 12 years ago
  85. 8a3e578 Add link to cfe-users mailing list. by Tanya Lattner · 12 years ago
  86. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  87. af6f612 Remove really old benchmark data. by Rafael Espindola · 12 years ago
  88. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  89. e861dd9 Add prologue text for list of potential checkers. by Ted Kremenek · 12 years ago
  90. 09fa33b List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> by Dmitri Gribenko · 12 years ago
  91. b4e4529 Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 by Dmitri Gribenko · 12 years ago
  92. 9074fbe List of potential checkers: more C++11 details for the smart pointer checker. by Dmitri Gribenko · 12 years ago
  93. e3af20d Add link to potential future checkers. by Ted Kremenek · 12 years ago
  94. 41c1c71 Add list of potential checkers. Provided by Anton Yartsev! by Ted Kremenek · 12 years ago
  95. c339393 libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, by Richard Smith · 12 years ago
  96. a74b9cd Update checker build. by Ted Kremenek · 12 years ago
  97. cb5336f Fix typo. (s/Explided/Exploded/) by David Blaikie · 12 years ago
  98. f1c7060 Post new checker build. by Ted Kremenek · 12 years ago
  99. 6f79420 WWW: Force word wrapping of the content to avoid horizontal scrolling. by Benjamin Kramer · 12 years ago
  100. 0435943 Small change to avoid confusion on what "used by" means for a compiler. by Rafael Espindola · 12 years ago