1. fb2a0c5 Document the incompatibility that stems from Clang properly implement by Douglas Gregor · 13 years ago
  2. 22998ad Update C++0x status page to reflect support for raw string literals. by Craig Topper · 13 years ago
  3. d8ee407 Fix HTML. by Benjamin Kramer · 13 years ago
  4. b3de112 give an example of a 'lowered vtable reference' by Chris Lattner · 13 years ago
  5. 785200d Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper by Douglas Gregor · 13 years ago
  6. 3ef1ad2 Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! by Douglas Gregor · 13 years ago
  7. 34bc0ec Update C++0x status for explicit override controls and explicit by Douglas Gregor · 13 years ago
  8. 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
  9. a783142 add link to 2010 dev mtg by Chris Lattner · 13 years ago
  10. 2da9f5d Add a link-friendly name to the Clang extension acceptance criteria by Douglas Gregor · 13 years ago
  11. 40619f3 Document the criteria for evaluating a proposed extension to Clang. by Douglas Gregor · 13 years ago
  12. ee2cdbd Update cxx_status page on www: clang has had full support for in-class initializers since r132890. by Richard Smith · 13 years ago
  13. 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
  14. be7a1d3 Update C++0x nullptr status, from Jonathan Sauer by Douglas Gregor · 13 years ago
  15. e180907 Remove extraneous period. by Bill Wendling · 13 years ago
  16. 2a00b83 Hyphenate "argument-dependent". by Jay Foad · 13 years ago
  17. f9f8c1d Remove stale reference to libIndex. by Ted Kremenek · 13 years ago
  18. 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
  19. d89df5a Improve the readability of the "Expressive Diagnostics" page, from Dave Yost! by Douglas Gregor · 13 years ago
  20. e5b7521 make this a bit less confusing by Chris Lattner · 13 years ago
  21. f30c4cc Update checker build to checker-257. by Ted Kremenek · 13 years ago
  22. 91c97ca Eliminate old, useless tutorial page by Douglas Gregor · 13 years ago
  23. 9858e8f some updates. by Chris Lattner · 13 years ago
  24. 4b3d6bd this never happened. by Chris Lattner · 13 years ago
  25. 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
  26. 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
  27. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  28. 65200d0 Remove several more rvalue references from swap arguments in libstdc++4.4. by Jeffrey Yasskin · 13 years ago
  29. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  30. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  31. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  32. 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
  33. 2d5f2da Update public analyzer build to checker-256. by Ted Kremenek · 13 years ago
  34. 13eb565 Added link to LLVM cmake page in Visual Studio section. by John Thompson · 13 years ago
  35. 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
  36. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  37. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  38. cc8770a www/get_started.html: Fix a few URLs. by NAKAMURA Takumi · 13 years ago
  39. da0f45d www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 13 years ago
  40. 6975d07 www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL. by NAKAMURA Takumi · 13 years ago
  41. e07339b Mention an XML printer on the Open Projects page by Douglas Gregor · 13 years ago
  42. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  43. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 13 years ago
  44. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 13 years ago
  45. 6966c67 More tweaks to the compatibility page. by John McCall · 13 years ago
  46. 3cdbe44 More minor documentation tweaks. by John McCall · 13 years ago
  47. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 13 years ago
  48. 5ae84f2 Rework and embellish the C99 inline compatibility section. by John McCall · 13 years ago
  49. 4c551b6 Document that set-xcode-analyzer should typically be run using sudo. by Ted Kremenek · 13 years ago
  50. 1e4162f Adjust casing of attributes in examples. by Ted Kremenek · 13 years ago
  51. 90f3dd8 Fix download link. by Ted Kremenek · 13 years ago
  52. f7b6462 Add missing </a> by Ted Kremenek · 13 years ago
  53. ef35cbc Update checker build and post release notes. by Ted Kremenek · 13 years ago
  54. 11fe175 Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker. by Ted Kremenek · 13 years ago
  55. e2abf09 Fix HTML highlighting and add missing line. by Ted Kremenek · 13 years ago
  56. a018c27 Fix a few typos in HTML documentation. by Ted Kremenek · 13 years ago
  57. 12b9434 Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. by Ted Kremenek · 13 years ago
  58. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  59. a71ef5d Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov by Douglas Gregor · 13 years ago
  60. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 13 years ago
  61. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  62. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  63. 28d5b72 Update checker build. by Ted Kremenek · 14 years ago
  64. 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
  65. 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
  66. 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
  67. b1cb9c9 Update checker build. by Ted Kremenek · 14 years ago
  68. e3fe4cb Update checker build. by Ted Kremenek · 14 years ago
  69. 81921cc typo2 by Chris Lattner · 14 years ago
  70. d9957d3 fix typo by Chris Lattner · 14 years ago
  71. 9b743f4 add a note about inline asm compatibility. by Chris Lattner · 14 years ago
  72. a66d3bb Document a language-compatibility issue with function parameter names in function prototypes in C++ by Douglas Gregor · 14 years ago
  73. 15952c9 Add a compat note about how Clang doesn't zero-initialize __block local variables. by Daniel Dunbar · 14 years ago
  74. 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
  75. fa8e11b Add link to LLVM releases page. by Daniel Dunbar · 14 years ago
  76. fa5fa97 Use objdir != srcdir in the getting started doc. by Rafael Espindola · 14 years ago
  77. a473c95 Add and describe a quick script to migrate gcc builtins that clang doesn't by Eric Christopher · 14 years ago
  78. ddfa6c3 Update compatibility page for objective-c. by Fariborz Jahanian · 14 years ago
  79. 67f94b8 validator by Gabor Greif · 14 years ago
  80. 930673b these items are done, afaik by Gabor Greif · 14 years ago
  81. a3b3f45 Add an empty robots.txt, mostly just to reduce errors in HTTP log. by Daniel Dunbar · 14 years ago
  82. 450d45a Add a favicon.ico, mostly just to reduce errors in HTTP log. by Daniel Dunbar · 14 years ago
  83. b7579aa be less threatening. by Chris Lattner · 14 years ago
  84. 9ff3e66 Bugs should go to Bugzilla, not the mailing list by Douglas Gregor · 14 years ago
  85. dc4fc83 www: Grammar, etc. by Daniel Dunbar · 14 years ago
  86. 00406d0 clang++ sorta works now by Chris Lattner · 14 years ago
  87. 1242342 www: Add a "Clang Related Projects" page, to collect links to external projects by Daniel Dunbar · 14 years ago
  88. c2a7a2b Correct this name so I stop giving out the wrong email address. by Nick Lewycky · 14 years ago
  89. df1997d Update docs to include proper location of clang binary. by Ted Kremenek · 14 years ago
  90. 3df2f31 Update checker build. by Ted Kremenek · 14 years ago
  91. 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
  92. a02d183 add a compatibility note about vector builtins by Chris Lattner · 14 years ago
  93. 3b5b92a Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class). by Argyrios Kyrtzidis · 14 years ago
  94. b2043d7 Update website to reflect that tests are no longer failing on Windows. by Francois Pichet · 14 years ago
  95. f55f119 Update documentation to reflect the addition of support for in-class by Douglas Gregor · 14 years ago
  96. 383329e Update checker build. by Ted Kremenek · 14 years ago
  97. 217a345 Put the info on testing from the command line into its own section by Dawn Perchik · 14 years ago
  98. 55f1da8 Fix a typo. by Daniel Dunbar · 14 years ago
  99. 5a41021 Add a compatibility note about why Clang rejects jumps past __block variables. by Daniel Dunbar · 14 years ago
  100. b3afaf6 the target of the link uses the singular form, so do we too by Gabor Greif · 14 years ago