aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-08-18Add documentation on -Weverything.Ted Kremenek
2011-08-12docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen.NAKAMURA Takumi
2011-08-09Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski
2011-08-07Add a __has_feature macro for generalized initializers, turned offSean Hunt
2011-07-28Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski
2011-07-28Thread safety: Fix typo in documentationCaitlin Sadowski
2011-07-28Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski
2011-07-22Document the existing objc_precise_lifetime attribute.John McCall
2011-07-18Thanks to Chandler for reminding me to update the documentation for theSean Hunt
2011-07-13Document the behavior of property modifiers in ARC.John McCall
2011-07-12Fix another typo (int -> id for captured_obj).David Chisnall
2011-07-07Fix example: variable is initialized to 10 and then has 11 stored in it, but ...David Chisnall
2011-07-07Move and elaborate the section on objc_arc_weak_unavailable.John McCall
2011-07-06Update document for objc_arc_weak_unavailable attributeFariborz Jahanian
2011-07-06Update document on use of ns_returns_not_retainedFariborz Jahanian
2011-07-06Update documentation for // rdar://9619861Fariborz Jahanian
2011-07-06Update docs to remove reference to OverloadedFunctionDecl and replace it with...Jonathan D. Turner
2011-07-03fix typoChris Lattner
2011-07-01Remove reference to the Index libraryDouglas Gregor
2011-06-29Remove doxygen.cfg to prevent accidental commits, it is generated from doxyge...Benjamin Kramer
2011-06-29Revert accidental commit.Evan Cheng
2011-06-29SubtargetFeature.h has been moved to MC.Evan Cheng
2011-06-23Add documentation about __has_feature(cxx_delegationg_constructors)Sean Hunt
2011-06-23Fix a minor copy-paste-o that broke the stylesheetsSean Hunt
2011-06-23Fix a bunch of HTML compliance problems with LanguageExtensions.htmlSean Hunt
2011-06-23Revert "-fexceptions does not, in fact, enable C++ exceptions"Sean Hunt
2011-06-22-fexceptions does not, in fact, enable C++ exceptionsSean Hunt
2011-06-19More clarifications.John McCall
2011-06-19Improve the intro to the runtime-functions section.John McCall
2011-06-19Describe the ARC runtime support calls.John McCall
2011-06-18Clarify the semantics of init methods, and point out a few placesJohn McCall
2011-06-18A couple of minor changes to the ARC spec, plus a new sectionJohn McCall
2011-06-17Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor
2011-06-17Fix a grammaroDouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-06-15The specification document for the new ObjC Automatic Reference CountingJohn McCall
2011-06-15remove the index page, we have dox now!Chris Lattner
2011-06-15mention new VLA behavior in gnu* vs c* mode dox.Chris Lattner
2011-06-14fix example as per rdar://problem/9461587Blaine Garst
2011-06-13Update extensions section of the docs to account for wacky gcc stuff we did e...Eli Friedman
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-06-01Remove derelict documentation.Ted Kremenek
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2011-05-21Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-05-13Introduce __has_extension macroPeter Collingbourne
2011-05-13Delete doxygen.cfg, and use cwd-relative paths in doxygen.cfg.in.Peter Collingbourne
2011-05-11Implement CWG1170, which makes access-control errors into templateDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith