summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add a brief mention of the warning flag name updates associated with theChandler Carruth2011-11-281-0/+3
* Tidy up, wrap lines, and use <code> tags more consistently.Chandler Carruth2011-11-281-16/+17
* Cleanup the Release Notes for the static analyzer:Anna Zaks2011-11-281-3/+1
* First version of AddressSanitizer docs; documentation for __has_feature(addre...Kostya Serebryany2011-11-282-0/+102
* Add a release notes section on new C++11 language features, and flesh it out.Richard Smith2011-11-281-10/+35
* Add a proper blurb for the PPCallbacks features.Chandler Carruth2011-11-281-6/+10
* This doesn't really seem worthy of a relnote... Shout if you disagree!Chandler Carruth2011-11-281-1/+0
* Fill in a section for the instantiation -> expansion rename. Not great,Chandler Carruth2011-11-281-2/+22
* Add proper text for the Diagnostic API changes.Chandler Carruth2011-11-281-7/+13
* Add a release note for Objective-C related result typesDouglas Gregor2011-11-281-0/+1
* Note that code completion now works better for in-class member functionsDouglas Gregor2011-11-281-2/+3
* And that completes my sweep through commits for things that might beChandler Carruth2011-11-281-0/+26
* Finished with August's commits, and actually added a clearly missingChandler Carruth2011-11-281-1/+14
* July's notes..Chandler Carruth2011-11-281-0/+4
* July was a bit quiet to... except for ARC. ;]Chandler Carruth2011-11-281-0/+4
* June was a quiet month... I can't imagine why... ;]Chandler Carruth2011-11-281-0/+2
* Notes through another month... a *really* busy month, but mostly bugChandler Carruth2011-11-281-2/+18
* Add the first month's commit notes.Chandler Carruth2011-11-281-0/+38
* Begin sketching out the Clang release notes. The plan is to link toChandler Carruth2011-11-281-0/+120
* Fix typo (becuase->because), PR11427David Blaikie2011-11-241-1/+1
* Add stub section to the user manual for C++ language features, and documentRichard Smith2011-11-211-1/+25
* docs/UsersManual.html: Remove obsolete mingw issue.NAKAMURA Takumi2011-11-171-1/+1
* ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p...Ted Kremenek2011-11-141-3/+6
* Fix grammaroDouglas Gregor2011-11-031-1/+1
* Do not create sub_dirs. This breaks the CSS links for the website and produce...Tanya Lattner2011-11-011-1/+1
* Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor2011-11-011-0/+7
* Update documentation to use "C++11" instead of "C++0x"David Blaikie2011-10-184-82/+83
* Enable CREATE_SUBDIRS for a performance win, because there are a lot of files...Bill Wendling2011-10-161-1/+1
* Internals manual: eliminate mention of System libraryPeter Collingbourne2011-10-151-8/+6
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+14
* Fix grammaroDouglas Gregor2011-10-141-1/+1
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-121-0/+17
* Introduce BalancedDelimiterTracker, to better track open/closeDouglas Gregor2011-10-121-1/+1
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-111-1/+7
* Now that we support move generation, mention this in the language extension a...Sebastian Redl2011-10-101-1/+2
* Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar2011-09-301-7/+0
* Add a section detailing the steps required to add an expression orDouglas Gregor2011-09-301-0/+223
* Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar2011-09-231-0/+7
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-1/+37
* Document __has_feature(objc_instancetype).Douglas Gregor2011-09-081-0/+3
* Allow C++0x enumerations with a fixed underlying type inDouglas Gregor2011-09-081-0/+19
* Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor2011-09-081-3/+15
* Update mingw-w64 part of the user manual, from Ruben Van Boxem!Douglas Gregor2011-08-301-8/+18
* Add and document __has_feature values for the remaining C++0xDouglas Gregor2011-08-291-34/+79
* Add documentation on -Weverything.Ted Kremenek2011-08-181-0/+11
* docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen.NAKAMURA Takumi2011-08-121-0/+30
* Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski2011-08-091-34/+29
* Add a __has_feature macro for generalized initializers, turned offSean Hunt2011-08-071-0/+8
* Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski2011-07-281-16/+133
* Thread safety: Fix typo in documentationCaitlin Sadowski2011-07-281-1/+1