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