1. d135641 Revert accidentally-committed file in r148020. by Richard Smith · 13 years ago
  2. 61e6162 Allow constant-folding of references which were formed in a manner not permitted by Richard Smith · 13 years ago
  3. a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
  4. 00b64f3 Add missing #endif in documentation. by Ted Kremenek · 13 years ago
  5. 04bea93 Make this text slightly more accurate; thanks to Johannes Schaub for by Sean Hunt · 13 years ago
  6. b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago
  7. 22d4fb9 [analyzer] Update the checker writer manual with explanation of SVals by Anna Zaks · 13 years ago
  8. 078f859 www: Update getting started to encourage people to check out compielr-rt. by Daniel Dunbar · 13 years ago
  9. 8b06d6b Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev by Douglas Gregor · 13 years ago
  10. 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
  11. e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
  12. 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
  13. 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
  14. 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
  15. 8398bdb Fix markup weirdness. by Benjamin Kramer · 13 years ago
  16. 0e5df1a [analyzer] Add the list of available checkers to the website. by Anna Zaks · 13 years ago
  17. 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
  18. d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
  19. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  20. 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  21. 26bae20 Deleted functions were in Clang 2.9, defaulted functions in 3.0. Fixses PR11252. by Douglas Gregor · 13 years ago
  22. 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
  23. 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
  24. 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
  25. bb19cd8 Update open source static analyzer build. by Ted Kremenek · 13 years ago
  26. 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
  27. fb2a0c5 Document the incompatibility that stems from Clang properly implement by Douglas Gregor · 13 years ago
  28. 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
  29. d8ee407 Fix HTML. by Benjamin Kramer · 13 years ago
  30. b3de112 give an example of a 'lowered vtable reference' by Chris Lattner · 13 years ago
  31. 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
  32. 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
  33. 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
  34. 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
  35. a783142 add link to 2010 dev mtg by Chris Lattner · 13 years ago
  36. 2da9f5d Add a link-friendly name to the Clang extension acceptance criteria by Douglas Gregor · 13 years ago
  37. 40619f3 Document the criteria for evaluating a proposed extension to Clang. by Douglas Gregor · 13 years ago
  38. ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
  39. 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
  40. be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
  41. e180907 Remove extraneous period. by Bill Wendling · 13 years ago
  42. 2a00b83 Hyphenate "argument-dependent". by Jay Foad · 13 years ago
  43. f9f8c1d Remove stale reference to libIndex. by Ted Kremenek · 13 years ago
  44. 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
  45. d89df5a Improve the readability of the "Expressive Diagnostics" page, from Dave Yost! by Douglas Gregor · 13 years ago
  46. e5b7521 make this a bit less confusing by Chris Lattner · 13 years ago
  47. f30c4cc Update checker build to checker-257. by Ted Kremenek · 13 years ago
  48. 91c97ca Eliminate old, useless tutorial page by Douglas Gregor · 13 years ago
  49. 9858e8f some updates. by Chris Lattner · 13 years ago
  50. 4b3d6bd this never happened. by Chris Lattner · 13 years ago
  51. 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
  52. 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
  53. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  54. 65200d0 Remove several more rvalue references from swap arguments in libstdc++4.4. by Jeffrey Yasskin · 13 years ago
  55. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  56. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  57. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  58. 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
  59. 2d5f2da Update public analyzer build to checker-256. by Ted Kremenek · 13 years ago
  60. 13eb565 Added link to LLVM cmake page in Visual Studio section. by John Thompson · 13 years ago
  61. 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
  62. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  63. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  64. cc8770a www/get_started.html: Fix a few URLs. by NAKAMURA Takumi · 13 years ago
  65. da0f45d www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 13 years ago
  66. 6975d07 www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL. by NAKAMURA Takumi · 13 years ago
  67. e07339b Mention an XML printer on the Open Projects page by Douglas Gregor · 13 years ago
  68. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  69. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 13 years ago
  70. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 13 years ago
  71. 6966c67 More tweaks to the compatibility page. by John McCall · 13 years ago
  72. 3cdbe44 More minor documentation tweaks. by John McCall · 13 years ago
  73. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 13 years ago
  74. 5ae84f2 Rework and embellish the C99 inline compatibility section. by John McCall · 13 years ago
  75. 4c551b6 Document that set-xcode-analyzer should typically be run using sudo. by Ted Kremenek · 13 years ago
  76. 1e4162f Adjust casing of attributes in examples. by Ted Kremenek · 13 years ago
  77. 90f3dd8 Fix download link. by Ted Kremenek · 13 years ago
  78. f7b6462 Add missing </a> by Ted Kremenek · 13 years ago
  79. ef35cbc Update checker build and post release notes. by Ted Kremenek · 13 years ago
  80. 11fe175 Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker. by Ted Kremenek · 13 years ago
  81. e2abf09 Fix HTML highlighting and add missing line. by Ted Kremenek · 13 years ago
  82. a018c27 Fix a few typos in HTML documentation. by Ted Kremenek · 13 years ago
  83. 12b9434 Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. by Ted Kremenek · 13 years ago
  84. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  85. a71ef5d Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov by Douglas Gregor · 13 years ago
  86. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 14 years ago
  87. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  88. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  89. 28d5b72 Update checker build. by Ted Kremenek · 14 years ago
  90. 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
  91. 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
  92. 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
  93. b1cb9c9 Update checker build. by Ted Kremenek · 14 years ago
  94. e3fe4cb Update checker build. by Ted Kremenek · 14 years ago
  95. 81921cc typo2 by Chris Lattner · 14 years ago
  96. d9957d3 fix typo by Chris Lattner · 14 years ago
  97. 9b743f4 add a note about inline asm compatibility. by Chris Lattner · 14 years ago
  98. a66d3bb Document a language-compatibility issue with function parameter names in function prototypes in C++ by Douglas Gregor · 14 years ago
  99. 15952c9 Add a compat note about how Clang doesn't zero-initialize __block local variables. by Daniel Dunbar · 14 years ago
  100. a0eabb7 Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" to be consistent with all other snippets on this page. by Ted Kremenek · 14 years ago