]> granicus.if.org Git - clang/history - docs
Fix alignment of trailing block comments.
[clang] / docs /
2014-04-17 Ben LangmuirRename lib/Headers/module.map to module.modulemap
2014-04-12 Yunzhong GaoAdd description about the __is_identifier() macro
2014-04-09 Daniel Jasperclang-format: Update flag documentation, and generation...
2014-04-01 Daniel Jasperclang-format: Support configurable list of foreach...
2014-03-29 Tim NorthoverARM64: initial clang support commit.
2014-03-28 Dmitri GribenkoDocumentation: remove a spurious '1' and wrap to 80...
2014-03-28 Douglas GregorDocument module.private.modulemap and module_private...
2014-03-26 Alexander KornienkoMove the -i[no-]system-prefix options from CC1Options...
2014-03-21 Alexey SamsonovDocument removed flags in release notes
2014-03-20 Evgeniy Stepanov[msan] -fsanitize-memory-track-origins=[level] flag...
2014-03-20 Alexey SamsonovKill -faddress-sanitizer, -fthread-sanitizer and -fcatc...
2014-03-19 Ben LangmuirAdd a new spelling for module map files 'module.modulemap'
2014-03-13 Dmitri GribenkoCMake: allow generation of a Qt Compressed Help file...
2014-03-10 Samuel BenzaquenAdd loc() to the dynamic registry.
2014-03-07 Nico WeberAdd a note in the user manual that tsan is not supporte...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
2014-03-07 Dmitri GribenkoExternalClangExamples: add a link to ToyClangPlugin
2014-03-06 Rui Ueyama[docs] s/cpp11-migrate/clang-modernize/
2014-03-06 Dmitri GribenkoExpand documentation section on comment parsing
2014-03-05 Nico WeberMention clang-cl in MSVCCompatibility.rst
2014-03-03 Reid KlecknerFix MSVCCompatibility doc ReST and wording.
2014-03-02 David MajnemerAttributeReference: Use UNIX line endings
2014-03-02 Aaron BallmanAdding some cross references to the sanitizer attribute...
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-02-28 Reid KlecknerAdd Clang docs about MSVC compatibility
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-25 David MajnemerAttributeReference: Document __single_inhertiance,...
2014-02-25 David MajnemerModules: Fix malformed reStructuredText
2014-02-25 David MajnemerAttributeReference: Fix a typo
2014-02-25 Alp TokerFix typos
2014-02-24 Aaron BallmanClarifying the wording for the noduplicate attribute.
2014-02-24 Manuel KlimekFix AST matcher documentation for overloaded matchers.
2014-02-24 Manuel KlimekFix docs generation for the AST matchers:
2014-02-23 Aaron BallmanFixing the indentation of the RST content in the releas...
2014-02-23 Saleem AbdulrasoolRelease Notes: document -f{,no-}integrate-as
2014-02-22 Aaron BallmanAdding manual headings to the new capability attributes...
2014-02-22 Aaron BallmanExposing the noduplicate attribute within Clang, which...
2014-02-21 Aaron BallmanMoving the documentation for the format attribute into...
2014-02-21 Aaron BallmanMoving the documentation for the type safety checking...
2014-02-21 Aaron BallmanMoving the documentation for the sanitizer negation...
2014-02-19 Aaron BallmanDoing some temporary touch-up on the gnu namespace...
2014-02-19 Aaron BallmanUntil attribute documentation is implemented as a serve...
2014-02-19 Aaron BallmanRefactored the way attribute category headers are handl...
2014-02-19 Aaron BallmanMoving the documentation for the ARM interrupt attribut...
2014-02-19 Aaron BallmanMoving the documentation for the clang::fallthrough...
2014-02-19 Aaron BallmanSome of these headings had the incorrect number of...
2014-02-19 Aaron BallmanMoving the documentation for the availability attribute...
2014-02-19 Alexander KornienkoUpdated tutorial code according to the changes in r197139.
2014-02-19 Aaron BallmanMoving the documentation for the objc_requires_super...
2014-02-19 Aaron BallmanMoving the documentation for the objc_method_family...
2014-02-19 Aaron BallmanMoving the documentation for the overloadable attribute...
2014-02-19 Aaron BallmanMoving the documentation for the enable_if attribute...
2014-02-18 DeLesley HutchinsUpdated documentation for Thread Safety Analysis.
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-13 Daniel Jasperclang-format: Improve documentation of DerivePointerBin...
2014-02-06 James DennettFix indentation of a code example in LibTooling's docum...
2014-02-05 Alexander KornienkoChanged OptionCategory variables to be static.
2014-01-31 Kostya Serebryany[sanitizer] update the list of supported platforms...
2014-01-28 Nick LewyckyClarify. Thanks to Sean Silva and Warren Hunt for help...
2014-01-28 Nick LewyckyFix always-false conditional thinko in documentation.
2014-01-26 Alp TokerRemove buggy example code from the documentation
2014-01-25 Richard TrieuRemove HTML codes from a .rst file. The proper HTML...
2014-01-24 Amara Emerson[AArch64] Replace underscores with dashes in -mgeneral_...
2014-01-24 Richard SmithRemove outdated documentation suggesting we don't suppo...
2014-01-23 Amara Emerson[AArch64] Add -mgeneral_regs_only option.
2014-01-23 David WoodhouseAdd documentation for -m16 option on X86, fix typo
2014-01-20 Aaron BallmanAdding a bit of documentation that was missed with...
2014-01-20 Aaron BallmanExposed a declarative way to specify that an attribute...
2014-01-20 Alp TokerMSVC 2013 type trait support
2014-01-18 Alp Tokerdocs: clarify the role of compiler-builtin type trait...
2014-01-18 Nick LewyckyTry to fix this link.
2014-01-16 Alexander Potapenko[ASan] Enough to have llvm-symbolizer in $PATH.
2014-01-16 Alexander Potapenko[ASan] Typo fix (symbolize=0 disables online symbolization)
2014-01-16 Alexander Potapenko[ASan] Describe online/offline symbolization of reports...
2014-01-15 Nick LewyckyThis code block wasn't showing up in the html. Try...
2014-01-15 Nick LewyckyFix the attribute enable_if example in the docs to...
2014-01-15 Alp TokerFix cxx_variable_templates feature check and documentation
2014-01-14 Tim NorthoverDriver: clarify help string for "-###"
2014-01-14 Eli BenderskyClarify the LibTooling.rst a bit
2014-01-11 Nick LewyckyWhoops! Fix major think-o in the first example in the...
2014-01-11 Nick LewyckyAdd a new attribute 'enable_if' which can be used to...
2014-01-09 Aaron BallmanUpdating documentation for the __has_attribute changes...
2014-01-07 Aaron BallmanUpdating the documentation about how to add attributes...
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-01 NAKAMURA TakumiUpdate the copyright credits -- Happy new year 2014!
2013-12-20 Adrian PrantlRemove an outdated statement about debugging optimized...
2013-12-20 Adrian PrantlDocument the -fno-limit-debug-info switch in the man...
2013-12-13 Renato GolinMove comment to its rightful place
2013-12-12 Rafael EspindolaSwitch to the new MingW ABI.
2013-12-12 Alexander KornienkoFixed a typo
2013-12-12 Alexander KornienkoFilter-out irrelevant command-line options in CommonOpt...
2013-12-12 Richard SmithUpdate user manual to note that implementation for...
2013-12-11 Renato GolinTurning IAS on by default on ARM/Thumb
2013-12-11 Sergey MatveevMention LeakSanitizer in AddressSanitizer docs.
2013-12-10 Sergey MatveevRewrite docs/LeakSanitizer.rst. Add it to index.
2013-12-10 Alp Tokerclang-format-diff.py: Support -regex filter and more...
2013-12-10 Alexander KornienkoSupport GNU style rule to put a space before opening...
2013-12-09 Alp TokerRemove old -fdiagnostics-show-name option
2013-12-04 Alp Tokerclang-format-diff.py: Fix 'beintroduced' in help output
next