1. 551988f Update release notes with information on MSVC mode. by Francois Pichet · 13 years ago
  2. ad5459a Release notes: fix up formatting of diagnostic example. by Richard Smith · 13 years ago
  3. 185e930 Extract a Windows section in the release notes. Hopefully this is more by Chandler Carruth · 13 years ago
  4. 9c35304 Create a stub for Nick to hack on, nuking another of my rough notes. by Chandler Carruth · 13 years ago
  5. 2f37685 Pull the uninitialized values rewrite into the diagnostics section, and by Chandler Carruth · 13 years ago
  6. 3030b74 Remove some features that don't really seem major enough or widely used by Chandler Carruth · 13 years ago
  7. 62d730f Add a release notes section for C1X language features supported by clang 3.0. by Richard Smith · 13 years ago
  8. 9a16712 Pull out the libclang section and try to clean it up some. This one by Chandler Carruth · 13 years ago
  9. 21480b7 We now have text (or comment stubs for others) for these... by Chandler Carruth · 13 years ago
  10. 58f2cbc Expand and clean up the diagnostics section. by Chandler Carruth · 13 years ago
  11. 7a31d7b fix html markup by Kostya Serebryany · 13 years ago
  12. a0df07d Create a more organized (but still commented out as not very useful) by Chandler Carruth · 13 years ago
  13. 59abf06 Create a 3.1 notes section in a comment so that the next batch are a bit by Chandler Carruth · 13 years ago
  14. bfa5525 Peter says this shouldn't make it to the relnotes, it's too immature at by Chandler Carruth · 13 years ago
  15. b882a1d Flesh out and pretty-up the driver section. This could probably use some by Chandler Carruth · 13 years ago
  16. bc02a04 Add a brief mention of the warning flag name updates associated with the by Chandler Carruth · 13 years ago
  17. f16d725 Tidy up, wrap lines, and use <code> tags more consistently. by Chandler Carruth · 13 years ago
  18. a5a6d1d Cleanup the Release Notes for the static analyzer: by Anna Zaks · 13 years ago
  19. ce98c9b First version of AddressSanitizer docs; documentation for __has_feature(address_sanitizer) by Kostya Serebryany · 13 years ago
  20. 855746b Add a release notes section on new C++11 language features, and flesh it out. by Richard Smith · 13 years ago
  21. c6f2af3 Add a proper blurb for the PPCallbacks features. by Chandler Carruth · 13 years ago
  22. a621065 This doesn't really seem worthy of a relnote... Shout if you disagree! by Chandler Carruth · 13 years ago
  23. 7d727b7 Fill in a section for the instantiation -> expansion rename. Not great, by Chandler Carruth · 13 years ago
  24. c4dbffa Add proper text for the Diagnostic API changes. by Chandler Carruth · 13 years ago
  25. a1e3e8c Add a release note for Objective-C related result types by Douglas Gregor · 13 years ago
  26. 7c304c4 Note that code completion now works better for in-class member functions by Douglas Gregor · 13 years ago
  27. 7a1f148 And that completes my sweep through commits for things that might be by Chandler Carruth · 13 years ago
  28. 7717ce4 Finished with August's commits, and actually added a clearly missing by Chandler Carruth · 13 years ago
  29. 5d46a50 July's notes.. by Chandler Carruth · 13 years ago
  30. b6a1d9d July was a bit quiet to... except for ARC. ;] by Chandler Carruth · 13 years ago
  31. bba72a8 June was a quiet month... I can't imagine why... ;] by Chandler Carruth · 13 years ago
  32. 1af4022 Notes through another month... a *really* busy month, but mostly bug fixing. by Chandler Carruth · 13 years ago
  33. a3950cc Add the first month's commit notes. by Chandler Carruth · 13 years ago
  34. c00c0c3 Begin sketching out the Clang release notes. The plan is to link to by Chandler Carruth · 13 years ago
  35. 0ff6495 Fix typo (becuase->because), PR11427 by David Blaikie · 13 years ago
  36. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  37. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  38. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  39. 8a0ace6 Fix grammaro by Douglas Gregor · 13 years ago
  40. ef84af9 Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. by Tanya Lattner · 13 years ago
  41. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  42. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  43. 5ca2abb Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated. by Bill Wendling · 13 years ago
  44. 967c118 Internals manual: eliminate mention of System library by Peter Collingbourne · 13 years ago
  45. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  46. d1cb2dc Fix grammaro by Douglas Gregor · 13 years ago
  47. d768150 Implement built-in macro '__has_warning', which allows one to query if a warning flag is valid. Fixes <rdar://problem/10263428>. by Ted Kremenek · 13 years ago
  48. 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
  49. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  50. 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
  51. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  52. 1f634c6 Add a section detailing the steps required to add an expression or by Douglas Gregor · 13 years ago
  53. 63bc59b Driver: Add a --working-directory option which can be used to cause the compiler by Daniel Dunbar · 13 years ago
  54. 0c706c2 Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. by Eli Friedman · 13 years ago
  55. aebb653 Document __has_feature(objc_instancetype). by Douglas Gregor · 13 years ago
  56. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  57. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  58. dad879a Update mingw-w64 part of the user manual, from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  59. ece3894 Add and document __has_feature values for the remaining C++0x by Douglas Gregor · 13 years ago
  60. f391fa7 Add documentation on -Weverything. by Ted Kremenek · 13 years ago
  61. b9326ec docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen. by NAKAMURA Takumi · 13 years ago
  62. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  63. e1f6dea Add a __has_feature macro for generalized initializers, turned off by Sean Hunt · 13 years ago
  64. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  65. 73cbbc8 Thread safety: Fix typo in documentation by Caitlin Sadowski · 13 years ago
  66. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  67. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  68. 1fba828 Thanks to Chandler for reminding me to update the documentation for the by Sean Hunt · 13 years ago
  69. 4f26495 Document the behavior of property modifiers in ARC. by John McCall · 13 years ago
  70. c51af6c Fix another typo (int -> id for captured_obj). by David Chisnall · 13 years ago
  71. cfe1f05 Fix example: variable is initialized to 10 and then has 11 stored in it, but in the expanded version is initialized to 11. by David Chisnall · 13 years ago
  72. 2fad783 Move and elaborate the section on objc_arc_weak_unavailable. by John McCall · 13 years ago
  73. a236c0e Update document for objc_arc_weak_unavailable attribute by Fariborz Jahanian · 13 years ago
  74. acd4aaf Update document on use of ns_returns_not_retained by Fariborz Jahanian · 13 years ago
  75. a26b2e5 Update documentation for // rdar://9619861 by Fariborz Jahanian · 13 years ago
  76. d322429 Update docs to remove reference to OverloadedFunctionDecl and replace it with DeclContext::lookup_result. by Jonathan D. Turner · 13 years ago
  77. de7738c fix typo by Chris Lattner · 13 years ago
  78. 0e5abb8 Remove reference to the Index library by Douglas Gregor · 13 years ago
  79. c3151c4 Remove doxygen.cfg to prevent accidental commits, it is generated from doxygen.cfg.in. by Benjamin Kramer · 13 years ago
  80. 1df396d Revert accidental commit. by Evan Cheng · 13 years ago
  81. 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 13 years ago
  82. d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
  83. 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
  84. 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
  85. 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
  86. 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
  87. 085d09d More clarifications. by John McCall · 13 years ago
  88. 3914a30 Improve the intro to the runtime-functions section. by John McCall · 13 years ago
  89. 98a48cf Describe the ARC runtime support calls. by John McCall · 13 years ago
  90. be16b89 Clarify the semantics of init methods, and point out a few places by John McCall · 13 years ago
  91. f3d08a6 A couple of minor changes to the ARC spec, plus a new section by John McCall · 13 years ago
  92. 4020cae Objective-C++ ARC: eliminate the utterly unjustified loophole that by Douglas Gregor · 13 years ago
  93. 54fb28a Fix a grammaro by Douglas Gregor · 13 years ago
  94. e559ca1 Objective-ARC++: infer template type arguments of by Douglas Gregor · 13 years ago
  95. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  96. 8246702 The specification document for the new ObjC Automatic Reference Counting by John McCall · 13 years ago
  97. f069c9e remove the index page, we have dox now! by Chris Lattner · 13 years ago
  98. 741be6a mention new VLA behavior in gnu* vs c* mode dox. by Chris Lattner · 13 years ago
  99. c31e016 fix example as per rdar://problem/9461587 by Blaine Garst · 13 years ago
  100. 248f973 Update extensions section of the docs to account for wacky gcc stuff we did end up implementing. by Eli Friedman · 13 years ago