1. 91c97ca Eliminate old, useless tutorial page by Douglas Gregor · 13 years ago
  2. 9858e8f some updates. by Chris Lattner · 13 years ago
  3. 4b3d6bd this never happened. by Chris Lattner · 13 years ago
  4. 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
  5. 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
  6. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  7. 65200d0 Remove several more rvalue references from swap arguments in libstdc++4.4. by Jeffrey Yasskin · 13 years ago
  8. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  9. 5f3d30b Update www: clang now supports C++11 for-range and non-template type aliases. by Richard Smith · 13 years ago
  10. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  11. 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
  12. 2d5f2da Update public analyzer build to checker-256. by Ted Kremenek · 13 years ago
  13. 13eb565 Added link to LLVM cmake page in Visual Studio section. by John Thompson · 13 years ago
  14. 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
  15. 46ba01a Add a libstdc++-4.4 patch for C++0x to the website. by Jeffrey Yasskin · 13 years ago
  16. 29236f4 Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer by Douglas Gregor · 13 years ago
  17. cc8770a www/get_started.html: Fix a few URLs. by NAKAMURA Takumi · 13 years ago
  18. da0f45d www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 13 years ago
  19. 6975d07 www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL. by NAKAMURA Takumi · 13 years ago
  20. e07339b Mention an XML printer on the Open Projects page by Douglas Gregor · 13 years ago
  21. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 13 years ago
  22. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 13 years ago
  23. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 13 years ago
  24. 6966c67 More tweaks to the compatibility page. by John McCall · 13 years ago
  25. 3cdbe44 More minor documentation tweaks. by John McCall · 13 years ago
  26. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 13 years ago
  27. 5ae84f2 Rework and embellish the C99 inline compatibility section. by John McCall · 13 years ago
  28. 4c551b6 Document that set-xcode-analyzer should typically be run using sudo. by Ted Kremenek · 13 years ago
  29. 1e4162f Adjust casing of attributes in examples. by Ted Kremenek · 13 years ago
  30. 90f3dd8 Fix download link. by Ted Kremenek · 13 years ago
  31. f7b6462 Add missing </a> by Ted Kremenek · 13 years ago
  32. ef35cbc Update checker build and post release notes. by Ted Kremenek · 13 years ago
  33. 11fe175 Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker. by Ted Kremenek · 13 years ago
  34. e2abf09 Fix HTML highlighting and add missing line. by Ted Kremenek · 13 years ago
  35. a018c27 Fix a few typos in HTML documentation. by Ted Kremenek · 13 years ago
  36. 12b9434 Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. by Ted Kremenek · 13 years ago
  37. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  38. a71ef5d Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov by Douglas Gregor · 13 years ago
  39. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 13 years ago
  40. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  41. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  42. 28d5b72 Update checker build. by Ted Kremenek · 14 years ago
  43. 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
  44. 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
  45. 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
  46. b1cb9c9 Update checker build. by Ted Kremenek · 14 years ago
  47. e3fe4cb Update checker build. by Ted Kremenek · 14 years ago
  48. 81921cc typo2 by Chris Lattner · 14 years ago
  49. d9957d3 fix typo by Chris Lattner · 14 years ago
  50. 9b743f4 add a note about inline asm compatibility. by Chris Lattner · 14 years ago
  51. a66d3bb Document a language-compatibility issue with function parameter names in function prototypes in C++ by Douglas Gregor · 14 years ago
  52. 15952c9 Add a compat note about how Clang doesn't zero-initialize __block local variables. by Daniel Dunbar · 14 years ago
  53. 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
  54. fa8e11b Add link to LLVM releases page. by Daniel Dunbar · 14 years ago
  55. fa5fa97 Use objdir != srcdir in the getting started doc. by Rafael Espindola · 14 years ago
  56. a473c95 Add and describe a quick script to migrate gcc builtins that clang doesn't by Eric Christopher · 14 years ago
  57. ddfa6c3 Update compatibility page for objective-c. by Fariborz Jahanian · 14 years ago
  58. 67f94b8 validator by Gabor Greif · 14 years ago
  59. 930673b these items are done, afaik by Gabor Greif · 14 years ago
  60. a3b3f45 Add an empty robots.txt, mostly just to reduce errors in HTTP log. by Daniel Dunbar · 14 years ago
  61. 450d45a Add a favicon.ico, mostly just to reduce errors in HTTP log. by Daniel Dunbar · 14 years ago
  62. b7579aa be less threatening. by Chris Lattner · 14 years ago
  63. 9ff3e66 Bugs should go to Bugzilla, not the mailing list by Douglas Gregor · 14 years ago
  64. dc4fc83 www: Grammar, etc. by Daniel Dunbar · 14 years ago
  65. 00406d0 clang++ sorta works now by Chris Lattner · 14 years ago
  66. 1242342 www: Add a "Clang Related Projects" page, to collect links to external projects by Daniel Dunbar · 14 years ago
  67. c2a7a2b Correct this name so I stop giving out the wrong email address. by Nick Lewycky · 14 years ago
  68. df1997d Update docs to include proper location of clang binary. by Ted Kremenek · 14 years ago
  69. 3df2f31 Update checker build. by Ted Kremenek · 14 years ago
  70. 28f0396 Update C++0x status by Douglas Gregor · 14 years ago
  71. a02d183 add a compatibility note about vector builtins by Chris Lattner · 14 years ago
  72. 3b5b92a Add a compatibility note about clang not implicitly converting between objc_object* and id (and SEL, Class). by Argyrios Kyrtzidis · 14 years ago
  73. b2043d7 Update website to reflect that tests are no longer failing on Windows. by Francois Pichet · 14 years ago
  74. f55f119 Update documentation to reflect the addition of support for in-class by Douglas Gregor · 14 years ago
  75. 383329e Update checker build. by Ted Kremenek · 14 years ago
  76. 217a345 Put the info on testing from the command line into its own section by Dawn Perchik · 14 years ago
  77. 55f1da8 Fix a typo. by Daniel Dunbar · 14 years ago
  78. 5a41021 Add a compatibility note about why Clang rejects jumps past __block variables. by Daniel Dunbar · 14 years ago
  79. b3afaf6 the target of the link uses the singular form, so do we too by Gabor Greif · 14 years ago
  80. 2d351b0 typo by Gabor Greif · 14 years ago
  81. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
  82. 36e738a Update documentation regarding use of 'class' in property-dot syntax. by Fariborz Jahanian · 14 years ago
  83. 036cdf0 Update checker build. by Ted Kremenek · 14 years ago
  84. 390f55f Update checker build. by Ted Kremenek · 14 years ago
  85. 7e86b28 Test commit by Tanya Lattner · 14 years ago
  86. 72554c5 Test commit. by Tanya Lattner · 14 years ago
  87. 2adebbe Update checker build. by Ted Kremenek · 14 years ago
  88. be9a5ca path renamed. by Chris Lattner · 14 years ago
  89. 7b07d4a Add missing whitespace. by Ted Kremenek · 14 years ago
  90. f9c10c7 Update checker build. by Ted Kremenek · 14 years ago
  91. c63cada Tweak documentation to mention Debug+Asserts. by Duncan Sands · 14 years ago
  92. 92bc027 Update diagnostic on compatibility page to reflect reality by Douglas Gregor · 14 years ago
  93. 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 14 years ago
  94. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 14 years ago
  95. d5aaa57 Update checker build. by Ted Kremenek · 14 years ago
  96. 8578981 Improve diagnostic when we fail to pick an overload because it would by Douglas Gregor · 14 years ago
  97. ff6f66e Wording tweak from Dan. by Douglas Gregor · 14 years ago
  98. 6f1adba Wording tweak from Dan. by Douglas Gregor · 14 years ago
  99. e661750 typo. by Benjamin Kramer · 14 years ago
  100. c41b6ff New language-compatibility page, including language-compatibility information for the various language dialects Clang supports in a single, easy-to-find page by Douglas Gregor · 14 years ago