summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski2011-07-281-0/+52
* Document the existing objc_precise_lifetime attribute.John McCall2011-07-221-0/+83
* Thanks to Chandler for reminding me to update the documentation for theSean Hunt2011-07-181-0/+1
* Document the behavior of property modifiers in ARC.John McCall2011-07-131-0/+37
* Fix another typo (int -> id for captured_obj).David Chisnall2011-07-121-1/+1
* Fix example: variable is initialized to 10 and then has 11 stored in it, but ...David Chisnall2011-07-071-1/+1
* Move and elaborate the section on objc_arc_weak_unavailable.John McCall2011-07-071-5/+33
* Update document for objc_arc_weak_unavailable attributeFariborz Jahanian2011-07-061-1/+4
* Update document on use of ns_returns_not_retainedFariborz Jahanian2011-07-061-1/+7
* Update documentation for // rdar://9619861Fariborz Jahanian2011-07-061-2/+3
* Update docs to remove reference to OverloadedFunctionDecl and replace it with...Jonathan D. Turner2011-07-061-4/+4
* fix typoChris Lattner2011-07-031-1/+1
* Remove reference to the Index libraryDouglas Gregor2011-07-011-1/+0
* Remove doxygen.cfg to prevent accidental commits, it is generated from doxyge...Benjamin Kramer2011-06-291-1230/+0
* Revert accidental commit.Evan Cheng2011-06-291-12/+12
* SubtargetFeature.h has been moved to MC.Evan Cheng2011-06-291-0/+1230
* Add documentation about __has_feature(cxx_delegationg_constructors)Sean Hunt2011-06-231-0/+6
* Fix a minor copy-paste-o that broke the stylesheetsSean Hunt2011-06-231-2/+2
* Fix a bunch of HTML compliance problems with LanguageExtensions.htmlSean Hunt2011-06-231-51/+55
* Revert "-fexceptions does not, in fact, enable C++ exceptions"Sean Hunt2011-06-231-1/+1
* -fexceptions does not, in fact, enable C++ exceptionsSean Hunt2011-06-221-1/+1
* More clarifications.John McCall2011-06-191-15/+16
* Improve the intro to the runtime-functions section.John McCall2011-06-191-4/+27
* Describe the ARC runtime support calls.John McCall2011-06-191-0/+265
* Clarify the semantics of init methods, and point out a few placesJohn McCall2011-06-181-38/+67
* A couple of minor changes to the ARC spec, plus a new sectionJohn McCall2011-06-181-1/+98
* Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor2011-06-171-6/+9
* Fix a grammaroDouglas Gregor2011-06-171-1/+1
* Objective-ARC++: infer template type arguments ofDouglas Gregor2011-06-171-0/+14
* Automatic Reference Counting.John McCall2011-06-151-0/+7
* The specification document for the new ObjC Automatic Reference CountingJohn McCall2011-06-151-0/+1350
* remove the index page, we have dox now!Chris Lattner2011-06-151-4/+0
* mention new VLA behavior in gnu* vs c* mode dox.Chris Lattner2011-06-151-0/+4
* fix example as per rdar://problem/9461587Blaine Garst2011-06-141-1/+1
* Update extensions section of the docs to account for wacky gcc stuff we did e...Eli Friedman2011-06-131-13/+1
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+72
* Remove derelict documentation.Ted Kremenek2011-06-011-267/+0
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-0/+8