1. 1f4c54d Forward-declared enumerations are now complete, except for an interaction by Richard Smith · 12 years ago
  2. ec5a306 Revert accidentally-committed www changes (and an unused diagnostic); by Richard Smith · 12 years ago
  3. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  4. 2098c1c Update checker build. by Ted Kremenek · 12 years ago
  5. 86029ea Update front page to indicate that we do, in fact, support some of C++11. by Richard Smith · 12 years ago
  6. 0950ca0 Update checker build. by Ted Kremenek · 12 years ago
  7. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  8. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  9. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  10. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  11. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 12 years ago
  12. 8ec5ce2 Fix documentation typo. by Ted Kremenek · 12 years ago
  13. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 12 years ago
  14. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 12 years ago
  15. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 12 years ago
  16. 5588244 [analyzer] Add CString checks to the release notes. by Anna Zaks · 12 years ago
  17. c101411 Tweak C++ status table: by Douglas Gregor · 12 years ago
  18. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 12 years ago
  19. a596442 Tweak release note comments for checker build. by Ted Kremenek · 12 years ago
  20. 6408994 Update checker build to checker-261. by Ted Kremenek · 12 years ago
  21. 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 12 years ago
  22. bf020bb Getting Started: Add a missing "cd ../..". by Benjamin Kramer · 12 years ago
  23. e7d923d Updated information on how to perform command line testing on Windows when built from MSVC. by Aaron Ballman · 12 years ago
  24. 8ec2bc8 Post link to checker-260, which is checker-259 with some experimental checks enabled. by Ted Kremenek · 12 years ago
  25. d2e7090 Post open source analyzer build checker-259. by Ted Kremenek · 12 years ago
  26. 315ff36 [analyzer] www: A minor cleanup to the dev manual. by Anna Zaks · 13 years ago
  27. 665a8dc Fix ALL the markup. by Benjamin Kramer · 13 years ago
  28. d135641 Revert accidentally-committed file in r148020. by Richard Smith · 13 years ago
  29. 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 13 years ago
  30. a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
  31. 00b64f3 Add missing #endif in documentation. by Ted Kremenek · 13 years ago
  32. 04bea93 Make this text slightly more accurate; thanks to Johannes Schaub for by Sean Hunt · 13 years ago
  33. b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago
  34. 22d4fb9 [analyzer] Update the checker writer manual with explanation of SVals by Anna Zaks · 13 years ago
  35. 078f859 www: Update getting started to encourage people to check out compielr-rt. by Daniel Dunbar · 13 years ago
  36. 8b06d6b Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev by Douglas Gregor · 13 years ago
  37. 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
  38. e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
  39. 19ff92b Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) by David Blaikie · 13 years ago
  40. 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
  41. 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
  42. 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
  43. 0e5df1a [analyzer] Add the list of available checkers to the website. by Anna Zaks · 13 years ago
  44. 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
  45. d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
  46. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  47. 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  48. 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
  49. 60d222f Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue by Douglas Gregor · 13 years ago
  50. 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
  51. 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
  52. bb19cd8 Update open source static analyzer build. by Ted Kremenek · 13 years ago
  53. 72a81d2 Now that we support move generation, mention this in the language extension and C++ status pages. Also update the C++ status for default functions, which are complete now that we can generate move functions, and destructor exception specifications, which I did a while ago. by Sebastian Redl · 13 years ago
  54. fb2a0c5 Document the incompatibility that stems from Clang properly implement by Douglas Gregor · 13 years ago
  55. 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
  56. d8ee407 Fix HTML. by Benjamin Kramer · 13 years ago
  57. b3de112 give an example of a 'lowered vtable reference' by Chris Lattner · 13 years ago
  58. 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
  59. 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
  60. 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
  61. 542c762 www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out. by NAKAMURA Takumi · 13 years ago
  62. a783142 add link to 2010 dev mtg by Chris Lattner · 13 years ago
  63. 2da9f5d Add a link-friendly name to the Clang extension acceptance criteria by Douglas Gregor · 13 years ago
  64. 40619f3 Document the criteria for evaluating a proposed extension to Clang. by Douglas Gregor · 13 years ago
  65. ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
  66. 8c32708 Clean up the C++ status page by eliminating the utterly unnecessary set of projects. C++98/03 is sooooo yesterday by Douglas Gregor · 13 years ago
  67. be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
  68. e180907 Remove extraneous period. by Bill Wendling · 13 years ago
  69. 2a00b83 Hyphenate "argument-dependent". by Jay Foad · 13 years ago
  70. f9f8c1d Remove stale reference to libIndex. by Ted Kremenek · 13 years ago
  71. f50e88a Fix PR10053: Improve diagnostics and error recovery for code which some compilers incorrectly accept due to a lack of proper support for two-phase name lookup. by Richard Smith · 13 years ago
  72. d89df5a Improve the readability of the "Expressive Diagnostics" page, from Dave Yost! by Douglas Gregor · 13 years ago
  73. e5b7521 make this a bit less confusing by Chris Lattner · 13 years ago
  74. f30c4cc Update checker build to checker-257. by Ted Kremenek · 13 years ago
  75. 91c97ca Eliminate old, useless tutorial page by Douglas Gregor · 13 years ago
  76. 9858e8f some updates. by Chris Lattner · 13 years ago
  77. 4b3d6bd this never happened. by Chris Lattner · 13 years ago
  78. 30e4d3c remove some old redirect pages. We're into our 3rd year of redirecting, the world should have adjusted by now :) by Chris Lattner · 13 years ago
  79. f184f9a Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue. by Richard Smith · 13 years ago
  80. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  81. 65200d0 Remove several more rvalue references from swap arguments in libstdc++4.4. by Jeffrey Yasskin · 13 years ago
  82. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  83. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  84. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  85. a6ea5bb Name mangling of late-specified return types doesn't work if the return type references the argument types: by Richard Smith · 13 years ago
  86. 2d5f2da Update public analyzer build to checker-256. by Ted Kremenek · 13 years ago
  87. 13eb565 Added link to LLVM cmake page in Visual Studio section. by John Thompson · 13 years ago
  88. 6a4e73c clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. by Richard Smith · 13 years ago
  89. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  90. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  91. cc8770a www/get_started.html: Fix a few URLs. by NAKAMURA Takumi · 13 years ago
  92. da0f45d www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 13 years ago
  93. 6975d07 www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL. by NAKAMURA Takumi · 13 years ago
  94. e07339b Mention an XML printer on the Open Projects page by Douglas Gregor · 13 years ago
  95. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  96. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 13 years ago
  97. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 13 years ago
  98. 6966c67 More tweaks to the compatibility page. by John McCall · 13 years ago
  99. 3cdbe44 More minor documentation tweaks. by John McCall · 13 years ago
  100. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 13 years ago