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