Age | Commit message (Expand) | Author |
2011-11-28 | Pull the uninitialized values rewrite into the diagnostics section, and | Chandler Carruth |
2011-11-28 | Remove some features that don't really seem major enough or widely used | Chandler Carruth |
2011-11-28 | Add a release notes section for C1X language features supported by clang 3.0. | Richard Smith |
2011-11-28 | Pull out the libclang section and try to clean it up some. This one | Chandler Carruth |
2011-11-28 | We now have text (or comment stubs for others) for these... | Chandler Carruth |
2011-11-28 | Expand and clean up the diagnostics section. | Chandler Carruth |
2011-11-28 | fix html markup | Kostya Serebryany |
2011-11-28 | Create a more organized (but still commented out as not very useful) | Chandler Carruth |
2011-11-28 | Create a 3.1 notes section in a comment so that the next batch are a bit | Chandler Carruth |
2011-11-28 | Peter says this shouldn't make it to the relnotes, it's too immature at | Chandler Carruth |
2011-11-28 | Flesh out and pretty-up the driver section. This could probably use some | Chandler Carruth |
2011-11-28 | Add a brief mention of the warning flag name updates associated with the | Chandler Carruth |
2011-11-28 | Tidy up, wrap lines, and use <code> tags more consistently. | Chandler Carruth |
2011-11-28 | Cleanup the Release Notes for the static analyzer: | Anna Zaks |
2011-11-28 | First version of AddressSanitizer docs; documentation for __has_feature(addre... | Kostya Serebryany |
2011-11-28 | Add a release notes section on new C++11 language features, and flesh it out. | Richard Smith |
2011-11-28 | Add a proper blurb for the PPCallbacks features. | Chandler Carruth |
2011-11-28 | This doesn't really seem worthy of a relnote... Shout if you disagree! | Chandler Carruth |
2011-11-28 | Fill in a section for the instantiation -> expansion rename. Not great, | Chandler Carruth |
2011-11-28 | Add proper text for the Diagnostic API changes. | Chandler Carruth |
2011-11-28 | Add a release note for Objective-C related result types | Douglas Gregor |
2011-11-28 | Note that code completion now works better for in-class member functions | Douglas Gregor |
2011-11-28 | And that completes my sweep through commits for things that might be | Chandler Carruth |
2011-11-28 | Finished with August's commits, and actually added a clearly missing | Chandler Carruth |
2011-11-28 | July's notes.. | Chandler Carruth |
2011-11-28 | July was a bit quiet to... except for ARC. ;] | Chandler Carruth |
2011-11-28 | June was a quiet month... I can't imagine why... ;] | Chandler Carruth |
2011-11-28 | Notes through another month... a *really* busy month, but mostly bug | Chandler Carruth |
2011-11-28 | Add the first month's commit notes. | Chandler Carruth |
2011-11-28 | Begin sketching out the Clang release notes. The plan is to link to | Chandler Carruth |
2011-11-24 | Fix typo (becuase->because), PR11427 | David Blaikie |
2011-11-21 | Add stub section to the user manual for C++ language features, and document | Richard Smith |
2011-11-17 | docs/UsersManual.html: Remove obsolete mingw issue. | NAKAMURA Takumi |
2011-11-14 | ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p... | Ted Kremenek |
2011-11-03 | Fix grammaro | Douglas Gregor |
2011-11-01 | Do not create sub_dirs. This breaks the CSS links for the website and produce... | Tanya Lattner |
2011-11-01 | Add __has_feature(cxx_defaulted_functions) for querying "defaulted | Douglas Gregor |
2011-10-18 | Update documentation to use "C++11" instead of "C++0x" | David Blaikie |
2011-10-16 | Enable CREATE_SUBDIRS for a performance win, because there are a lot of files... | Bill Wendling |
2011-10-15 | Internals manual: eliminate mention of System library | Peter Collingbourne |
2011-10-14 | Add c_alignas and cxx_alignas features | Peter Collingbourne |
2011-10-14 | Fix grammaro | Douglas Gregor |
2011-10-12 | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek |
2011-10-12 | Introduce BalancedDelimiterTracker, to better track open/close | Douglas Gregor |
2011-10-11 | Driver: Add support for a new -nostdlibinc option. | Daniel Dunbar |
2011-10-10 | Now that we support move generation, mention this in the language extension a... | Sebastian Redl |
2011-09-30 | Revert my --working-directory option, which wasn't well thought through. | Daniel Dunbar |
2011-09-30 | Add a section detailing the steps required to add an expression or | Douglas Gregor |
2011-09-23 | Driver: Add a --working-directory option which can be used to cause the compiler | Daniel Dunbar |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman |