1. bfa5525 Peter says this shouldn't make it to the relnotes, it's too immature at by Chandler Carruth · 13 years ago
  2. b882a1d Flesh out and pretty-up the driver section. This could probably use some by Chandler Carruth · 13 years ago
  3. bc02a04 Add a brief mention of the warning flag name updates associated with the by Chandler Carruth · 13 years ago
  4. f16d725 Tidy up, wrap lines, and use <code> tags more consistently. by Chandler Carruth · 13 years ago
  5. a5a6d1d Cleanup the Release Notes for the static analyzer: by Anna Zaks · 13 years ago
  6. ce98c9b First version of AddressSanitizer docs; documentation for __has_feature(address_sanitizer) by Kostya Serebryany · 13 years ago
  7. 855746b Add a release notes section on new C++11 language features, and flesh it out. by Richard Smith · 13 years ago
  8. c6f2af3 Add a proper blurb for the PPCallbacks features. by Chandler Carruth · 13 years ago
  9. a621065 This doesn't really seem worthy of a relnote... Shout if you disagree! by Chandler Carruth · 13 years ago
  10. 7d727b7 Fill in a section for the instantiation -> expansion rename. Not great, by Chandler Carruth · 13 years ago
  11. c4dbffa Add proper text for the Diagnostic API changes. by Chandler Carruth · 13 years ago
  12. a1e3e8c Add a release note for Objective-C related result types by Douglas Gregor · 13 years ago
  13. 7c304c4 Note that code completion now works better for in-class member functions by Douglas Gregor · 13 years ago
  14. 7a1f148 And that completes my sweep through commits for things that might be by Chandler Carruth · 13 years ago
  15. 7717ce4 Finished with August's commits, and actually added a clearly missing by Chandler Carruth · 13 years ago
  16. 5d46a50 July's notes.. by Chandler Carruth · 13 years ago
  17. b6a1d9d July was a bit quiet to... except for ARC. ;] by Chandler Carruth · 13 years ago
  18. bba72a8 June was a quiet month... I can't imagine why... ;] by Chandler Carruth · 13 years ago
  19. 1af4022 Notes through another month... a *really* busy month, but mostly bug fixing. by Chandler Carruth · 13 years ago
  20. a3950cc Add the first month's commit notes. by Chandler Carruth · 13 years ago
  21. c00c0c3 Begin sketching out the Clang release notes. The plan is to link to by Chandler Carruth · 13 years ago
  22. 0ff6495 Fix typo (becuase->because), PR11427 by David Blaikie · 13 years ago
  23. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  24. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  25. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  26. 8a0ace6 Fix grammaro by Douglas Gregor · 13 years ago
  27. 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
  28. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  29. 5090e9f Update documentation to use "C++11" instead of "C++0x" by David Blaikie · 13 years ago
  30. 5ca2abb Enable CREATE_SUBDIRS for a performance win, because there are a lot of files being generated. by Bill Wendling · 13 years ago
  31. 967c118 Internals manual: eliminate mention of System library by Peter Collingbourne · 13 years ago
  32. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  33. d1cb2dc Fix grammaro by Douglas Gregor · 13 years ago
  34. 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
  35. 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
  36. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  37. 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
  38. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  39. 1f634c6 Add a section detailing the steps required to add an expression or by Douglas Gregor · 13 years ago
  40. 63bc59b Driver: Add a --working-directory option which can be used to cause the compiler by Daniel Dunbar · 13 years ago
  41. 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
  42. aebb653 Document __has_feature(objc_instancetype). by Douglas Gregor · 13 years ago
  43. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  44. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  45. dad879a Update mingw-w64 part of the user manual, from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  46. ece3894 Add and document __has_feature values for the remaining C++0x by Douglas Gregor · 13 years ago
  47. f391fa7 Add documentation on -Weverything. by Ted Kremenek · 13 years ago
  48. b9326ec docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen. by NAKAMURA Takumi · 13 years ago
  49. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  50. e1f6dea Add a __has_feature macro for generalized initializers, turned off by Sean Hunt · 13 years ago
  51. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  52. 73cbbc8 Thread safety: Fix typo in documentation by Caitlin Sadowski · 13 years ago
  53. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  54. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  55. 1fba828 Thanks to Chandler for reminding me to update the documentation for the by Sean Hunt · 13 years ago
  56. 4f26495 Document the behavior of property modifiers in ARC. by John McCall · 13 years ago
  57. c51af6c Fix another typo (int -> id for captured_obj). by David Chisnall · 13 years ago
  58. 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
  59. 2fad783 Move and elaborate the section on objc_arc_weak_unavailable. by John McCall · 13 years ago
  60. a236c0e Update document for objc_arc_weak_unavailable attribute by Fariborz Jahanian · 13 years ago
  61. acd4aaf Update document on use of ns_returns_not_retained by Fariborz Jahanian · 13 years ago
  62. a26b2e5 Update documentation for // rdar://9619861 by Fariborz Jahanian · 13 years ago
  63. d322429 Update docs to remove reference to OverloadedFunctionDecl and replace it with DeclContext::lookup_result. by Jonathan D. Turner · 13 years ago
  64. de7738c fix typo by Chris Lattner · 13 years ago
  65. 0e5abb8 Remove reference to the Index library by Douglas Gregor · 13 years ago
  66. c3151c4 Remove doxygen.cfg to prevent accidental commits, it is generated from doxygen.cfg.in. by Benjamin Kramer · 13 years ago
  67. 1df396d Revert accidental commit. by Evan Cheng · 13 years ago
  68. 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 13 years ago
  69. d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
  70. 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
  71. 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
  72. 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
  73. 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
  74. 085d09d More clarifications. by John McCall · 13 years ago
  75. 3914a30 Improve the intro to the runtime-functions section. by John McCall · 13 years ago
  76. 98a48cf Describe the ARC runtime support calls. by John McCall · 13 years ago
  77. be16b89 Clarify the semantics of init methods, and point out a few places by John McCall · 13 years ago
  78. f3d08a6 A couple of minor changes to the ARC spec, plus a new section by John McCall · 13 years ago
  79. 4020cae Objective-C++ ARC: eliminate the utterly unjustified loophole that by Douglas Gregor · 13 years ago
  80. 54fb28a Fix a grammaro by Douglas Gregor · 13 years ago
  81. e559ca1 Objective-ARC++: infer template type arguments of by Douglas Gregor · 13 years ago
  82. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  83. 8246702 The specification document for the new ObjC Automatic Reference Counting by John McCall · 13 years ago
  84. f069c9e remove the index page, we have dox now! by Chris Lattner · 13 years ago
  85. 741be6a mention new VLA behavior in gnu* vs c* mode dox. by Chris Lattner · 13 years ago
  86. c31e016 fix example as per rdar://problem/9461587 by Blaine Garst · 13 years ago
  87. 248f973 Update extensions section of the docs to account for wacky gcc stuff we did end up implementing. by Eli Friedman · 13 years ago
  88. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  89. 052fe84 Remove derelict documentation. by Ted Kremenek · 13 years ago
  90. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  91. 84ee2ee Audit and finish the implementation of C++0x nullptr, fixing two by Douglas Gregor · 13 years ago
  92. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  93. c1b5fa4 Introduce __has_extension macro by Peter Collingbourne · 13 years ago
  94. 04bb657 Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in. by Peter Collingbourne · 13 years ago
  95. 7822ee3 Implement CWG1170, which makes access-control errors into template by Douglas Gregor · 13 years ago
  96. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  97. e2bb7b9 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 13 years ago
  98. 4525ae5 Add documentation for -Oz flag. by Chad Rosier · 13 years ago
  99. a391a46 Add __has_feature(cxx_range_for) check for C++11 range-based for loop. by Richard Smith · 13 years ago
  100. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago