]> granicus.if.org Git - clang/history - docs
[CFG] Removed unused local variable.
[clang] / docs /
2012-01-24 Kostya SerebryanyThe following patch adds __attribute__((no_address_safe...
2012-01-23 Kostya Serebryany[asan] document the need for -fno-optimize-sibling...
2012-01-15 Benjamin KramerTweak markup.
2012-01-15 Anton Yartsevadded descriptions of vector extensions, info about...
2012-01-15 Benjamin KramerFix ALL the markup.
2012-01-06 Kostya Serebryany[asan] mention -fno-omit-frame-pointer in the docs
2011-12-23 Benjamin KramerMass rename C1x references to C11. The name hasn't...
2011-12-19 Douglas GregorFix typo 'typdefs', from Nikola Smiljanic
2011-12-19 Chris Lattnerfix a broken link
2011-12-15 Chris Lattnerclarify that clang version number macros are marketing...
2011-12-12 Kostya Serebryany[asan] update asan docs
2011-12-09 Richard SmithDocument the updated behaviour of __builtin_constant_p...
2011-12-05 Chris Lattnerwe got badgered into supporting multi-alternative const...
2011-12-03 Douglas GregorImplement support for the __is_final type trait, to...
2011-12-02 Kostya Serebryany[asan] update docs to allow, but discourage, -O0
2011-11-29 Peter CollingbourneAdd Clang release notes for OpenCL C support.
2011-11-29 Peter CollingbourneFix URL typo.
2011-11-29 Chandler CarruthFix a spelling error pointed out by Sebastien, and...
2011-11-29 Chandler CarruthRemove the last of my notes. I don't think these really...
2011-11-29 Chandler CarruthLast major chunk of features. This covers a couple...
2011-11-29 Chandler CarruthAnd sink the GNU runtime bit into this section as a...
2011-11-29 Chandler CarruthFlesh out the Objective-C section a bit. This may well...
2011-11-28 Rafael EspindolaCFI is mentioned on the LLVM releases as the clang...
2011-11-28 Francois PichetUpdate release notes with 2 features now supported...
2011-11-28 Richard SmithRelease notes: add link to ISO C++ 2011 standard from...
2011-11-28 Francois PichetUpdate release notes with information on MSVC mode.
2011-11-28 Richard SmithRelease notes: fix up formatting of diagnostic example.
2011-11-28 Chandler CarruthExtract a Windows section in the release notes. Hopeful...
2011-11-28 Chandler CarruthCreate a stub for Nick to hack on, nuking another of...
2011-11-28 Chandler CarruthPull the uninitialized values rewrite into the diagnost...
2011-11-28 Chandler CarruthRemove some features that don't really seem major enoug...
2011-11-28 Richard SmithAdd a release notes section for C1X language features...
2011-11-28 Chandler CarruthPull out the libclang section and try to clean it up...
2011-11-28 Chandler CarruthWe now have text (or comment stubs for others) for...
2011-11-28 Chandler CarruthExpand and clean up the diagnostics section.
2011-11-28 Kostya Serebryanyfix html markup
2011-11-28 Chandler CarruthCreate a more organized (but still commented out as...
2011-11-28 Chandler CarruthCreate a 3.1 notes section in a comment so that the...
2011-11-28 Chandler CarruthPeter says this shouldn't make it to the relnotes,...
2011-11-28 Chandler CarruthFlesh out and pretty-up the driver section. This could...
2011-11-28 Chandler CarruthAdd a brief mention of the warning flag name updates...
2011-11-28 Chandler CarruthTidy up, wrap lines, and use <code> tags more consistently.
2011-11-28 Anna ZaksCleanup the Release Notes for the static analyzer:
2011-11-28 Kostya SerebryanyFirst version of AddressSanitizer docs; documentation...
2011-11-28 Richard SmithAdd a release notes section on new C++11 language featu...
2011-11-28 Chandler CarruthAdd a proper blurb for the PPCallbacks features.
2011-11-28 Chandler CarruthThis doesn't really seem worthy of a relnote... Shout...
2011-11-28 Chandler CarruthFill in a section for the instantiation -> expansion...
2011-11-28 Chandler CarruthAdd proper text for the Diagnostic API changes.
2011-11-28 Douglas GregorAdd a release note for Objective-C related result types
2011-11-28 Douglas GregorNote that code completion now works better for in-class...
2011-11-28 Chandler CarruthAnd that completes my sweep through commits for things...
2011-11-28 Chandler CarruthFinished with August's commits, and actually added...
2011-11-28 Chandler CarruthJuly's notes..
2011-11-28 Chandler CarruthJuly was a bit quiet to... except for ARC. ;]
2011-11-28 Chandler CarruthJune was a quiet month... I can't imagine why... ;]
2011-11-28 Chandler CarruthNotes through another month... a *really* busy month...
2011-11-28 Chandler CarruthAdd the first month's commit notes.
2011-11-28 Chandler CarruthBegin sketching out the Clang release notes. The plan...
2011-11-24 David BlaikieFix typo (becuase->because), PR11427
2011-11-21 Richard SmithAdd stub section to the user manual for C++ language...
2011-11-17 NAKAMURA Takumidocs/UsersManual.html: Remove obsolete mingw issue.
2011-11-14 Ted KremenekARC: make assignment to 'self' within class methods...
2011-11-03 Douglas GregorFix grammaro
2011-11-01 Tanya LattnerDo not create sub_dirs. This breaks the CSS links for...
2011-11-01 Douglas GregorAdd __has_feature(cxx_defaulted_functions) for querying...
2011-10-18 David BlaikieUpdate documentation to use "C++11" instead of "C++0x"
2011-10-16 Bill WendlingEnable CREATE_SUBDIRS for a performance win, because...
2011-10-15 Peter CollingbourneInternals manual: eliminate mention of System library
2011-10-14 Peter CollingbourneAdd c_alignas and cxx_alignas features
2011-10-14 Douglas GregorFix grammaro
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
next