]> granicus.if.org Git - clang/history - docs
Allow for annotate attributes after access specifiers. When such
[clang] / docs /
2011-10-12 Ted KremenekImplement built-in macro '__has_warning', which allows...
2011-10-12 Douglas GregorIntroduce BalancedDelimiterTracker, to better track...
2011-10-11 Daniel DunbarDriver: Add support for a new -nostdlibinc option.
2011-10-10 Sebastian RedlNow that we support move generation, mention this in...
2011-09-30 Daniel DunbarRevert my --working-directory option, which wasn't...
2011-09-30 Douglas GregorAdd a section detailing the steps required to add an...
2011-09-23 Daniel DunbarDriver: Add a --working-directory option which can...
2011-09-19 Eli FriedmanAdd list initialization for complex numbers in C. ...
2011-09-08 Douglas GregorDocument __has_feature(objc_instancetype).
2011-09-08 Douglas GregorAllow C++0x enumerations with a fixed underlying type in
2011-09-08 Douglas GregorImplement the Objective-C 'instancetype' type, which...
2011-08-30 Douglas GregorUpdate mingw-w64 part of the user manual, from Ruben...
2011-08-29 Douglas GregorAdd and document __has_feature values for the remaining...
2011-08-18 Ted KremenekAdd documentation on -Weverything.
2011-08-12 NAKAMURA Takumidocs/doxygen.css: Import .memitem, .memproto and .memdo...
2011-08-09 Caitlin SadowskiThread Safety: Added basic argument parsing for all...
2011-08-07 Sean HuntAdd a __has_feature macro for generalized initializers...
2011-07-28 Caitlin SadowskiAdded basic parsing for all remaining attributes, threa...
2011-07-28 Caitlin SadowskiThread safety: Fix typo in documentation
2011-07-28 Caitlin SadowskiAdded parsing for guarded_var, pt_guarded_var, lockable,
2011-07-22 John McCallDocument the existing objc_precise_lifetime attribute.
2011-07-18 Sean HuntThanks to Chandler for reminding me to update the docum...
2011-07-13 John McCallDocument the behavior of property modifiers in ARC.
2011-07-12 David ChisnallFix another typo (int -> id for captured_obj).
2011-07-07 David ChisnallFix example: variable is initialized to 10 and then...
2011-07-07 John McCallMove and elaborate the section on objc_arc_weak_unavail...
2011-07-06 Fariborz JahanianUpdate document for objc_arc_weak_unavailable attribute
2011-07-06 Fariborz JahanianUpdate document on use of ns_returns_not_retained
2011-07-06 Fariborz JahanianUpdate documentation for // rdar://9619861
2011-07-06 Jonathan D. TurnerUpdate docs to remove reference to OverloadedFunctionDe...
2011-07-03 Chris Lattnerfix typo
2011-07-01 Douglas GregorRemove reference to the Index library
2011-06-29 Benjamin KramerRemove doxygen.cfg to prevent accidental commits, it...
2011-06-29 Evan ChengRevert accidental commit.
2011-06-29 Evan ChengSubtargetFeature.h has been moved to MC.
2011-06-23 Sean HuntAdd documentation about __has_feature(cxx_delegationg_c...
2011-06-23 Sean HuntFix a minor copy-paste-o that broke the stylesheets
2011-06-23 Sean HuntFix a bunch of HTML compliance problems with LanguageEx...
2011-06-23 Sean HuntRevert "-fexceptions does not, in fact, enable C++...
2011-06-22 Sean Hunt-fexceptions does not, in fact, enable C++ exceptions
2011-06-19 John McCallMore clarifications.
2011-06-19 John McCallImprove the intro to the runtime-functions section.
2011-06-19 John McCallDescribe the ARC runtime support calls.
2011-06-18 John McCallClarify the semantics of init methods, and point out...
2011-06-18 John McCallA couple of minor changes to the ARC spec, plus a new...
2011-06-17 Douglas GregorObjective-C++ ARC: eliminate the utterly unjustified...
2011-06-17 Douglas GregorFix a grammaro
2011-06-17 Douglas GregorObjective-ARC++: infer template type arguments of
2011-06-15 John McCallAutomatic Reference Counting.
2011-06-15 John McCallThe specification document for the new ObjC Automatic...
2011-06-15 Chris Lattnerremove the index page, we have dox now!
2011-06-15 Chris Lattnermention new VLA behavior in gnu* vs c* mode dox.
2011-06-14 Blaine Garstfix example as per rdar://problem/9461587
2011-06-13 Eli FriedmanUpdate extensions section of the docs to account for...
2011-06-11 Douglas GregorImplement Objective-C Related Result Type semantics.
2011-06-01 Ted KremenekRemove derelict documentation.
2011-05-25 Argyrios KyrtzidisA StringRef-ication of the DiagnosticIDs API and internals.
2011-05-21 Douglas GregorAudit and finish the implementation of C++0x nullptr...
2011-05-21 Douglas GregorIntroduce the -fdiagnostics-format=xxx option to contro...
2011-05-13 Peter CollingbourneIntroduce __has_extension macro
2011-05-13 Peter CollingbourneDelete doxygen.cfg, and use cwd-relative paths in doxyg...
2011-05-11 Douglas GregorImplement CWG1170, which makes access-control errors...
2011-05-05 Richard SmithImplement support for C++0x alias templates.
2011-04-30 Chad RosierDocumentation for -Oz; Updated synopsis and item.
2011-04-30 Chad RosierAdd documentation for -Oz flag.
2011-04-15 Richard SmithAdd __has_feature(cxx_range_for) check for C++11 range...
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-04-15 Peter CollingbourneC1X: implement generic selections
2011-04-09 Chris Lattneradd a __sync_swap builtin to fill out the rest of the...
2011-04-08 Chris Lattnertypo fix + expand
2011-04-08 Evan ChengMinor format fix.
2011-04-08 Evan ChengDocument -ftrap-function= option
2011-04-05 NAKAMURA Takumidocs/UsersManual.html: Fix some inconsistent HTML elements.
2011-04-05 NAKAMURA Takumidocs/UsersManual.html: """ize in a paragraph....
2011-04-04 NAKAMURA Takumidocs/UsersManual.html: Add cygming notes.
2011-03-25 Anders Carlssonwe can now claim to fully support the override control...
2011-03-21 Chris Lattnerand now there are 3!
2011-03-21 Peter CollingbourneCode modification hints have been known as fix-it hints...
2011-03-18 Ted KremenekRemove '-Xclang' and '-mllvm' entries from Clang man...
2011-03-18 John McCallImprove the documentation for some of the analyzer...
2011-03-15 Sebastian RedlCreate __has_feature(cxx_noexcept) and mark it as working.
2011-02-28 Peter CollingbourneRename tok::eom to tok::eod.
2011-02-23 Richard SmithUpdate the www to indicate that auto is now implemented.
2011-02-18 Chris Lattnerwe now support __label__
2011-02-14 Chris Lattnerfix two broken links and some out of date writing,...
2011-02-05 Douglas GregorAdd a __has_feature check for default template argument...
2011-02-03 Douglas GregorAdd __has_feature() for each of the type traits
2011-01-28 Jeffrey YasskinDocument how to add an attribute to clang. This should...
2011-01-27 Jeffrey YasskinRevert r124217 because it didn't catch the actual error...
2011-01-26 Douglas GregorAdd __has_feature(cxx_reference_qualified_functions...
2011-01-25 Jeffrey YasskinAdd an attribute to forbid temporary instances of a...
2011-01-25 John McCallDocument the ns_returns_retained, ns_consumed, etc...
2011-01-24 Douglas GregorEliminate the last reference to concepts, from Jean...
2011-01-24 Anders CarlssonFix the __has_attribute example; we don't have an overr...
2011-01-24 Chris Lattnerfix some typos, patch by Jonathan Wakely!
2011-01-24 Chris Lattnerfix a broken example, PR9005, patch by Jonathan Wakely!
2011-01-24 Chris Lattnerremove some crazy leftover thing.
2011-01-19 Douglas GregorEradicate any mention of C++0x concepts.
2011-01-10 Bob WilsonNEON vector support for ARM is in pretty good shape...
2010-12-14 Douglas GregorFix documentation typo, from nobled.
next