]> granicus.if.org Git - clang/history - docs
[analyzer] Fix symbolication for unknown unary increment/decrement results.
[clang] / docs /
2017-03-28 Eric Liu[ASTMatchers] add typeAliasTemplateDecl matcher.
2017-03-22 Stephan BergmannAdd LibreOffice Clang plugin to ExternalClangExamples.rst
2017-03-21 Eric ChristopherRemove the -faltivec alias option and replace it with...
2017-03-20 Vedant Kumar[docs] Clarify sanitizer flag behavior
2017-03-20 Kostya SerebryanyProposal: Backward-edge CFI for return statements ...
2017-03-20 Jonathan RoelofsFix some sphinx -Werror's
2017-03-20 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-16 Bruno Cardoso Lopes[Modules] Add documentation on private frameworks
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-03-14 Krasimir GeorgievAdd more clang-format changes to the 5.0 release notes
2017-03-14 Sylvestre Ledrudescribe the recent changes in clang-format in the...
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-13 Sylvestre Ledru[clang-format] Add more examples and fix a bug in the...
2017-03-10 Andi-Bogdan Postelnicu[clang-format] Add option to break before inheritance...
2017-03-09 Sylvestre LedruRemove a useless subsitution in doxygen2rst which was...
2017-03-09 Anna Zaks[analyzer] Improve usability of ExprInspectionChecker
2017-03-08 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-06 Sylvestre LedruAdd examples to clang-format configuration
2017-03-01 Krasimir Georgiev[clang-format] Add a new flag FixNamespaceComments...
2017-02-27 Nico WeberUBSan docs: Explicitly mention that `-fsanitize=unsigne...
2017-02-24 Kevin FunkAdd clazy to external Clang examples page
2017-02-17 Ismail DonmezUpdate Bugzilla URLs in docs
2017-02-16 Anastasia Stulova[OpenCL][Doc] Added OpenCL vendor extension description...
2017-02-11 Saleem Abdulrasooldocs: update docs for objc_storeStrong behaviour
2017-02-09 Hans WennborgDon't try to link to the 4.0 release notes
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-02-09 Vedant Kumar[docs] coverage: Clarify which flags enable gcov-style...
2017-02-08 Mike Aizatsky[sancov] pc_guard_init is called at least once per...
2017-02-08 Craig Topper[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line...
2017-02-08 Craig Topper[X86] Add -msgx/-mno-sgx command line options and __SGX...
2017-02-08 Craig Topper[X86] Update command line documentation for -mclwb...
2017-02-08 Craig Topper[X86] Add -mmpx/-mno-mpx command line options and __MPX...
2017-02-08 Craig Topper[X86] Add -mclflushopt/-mno-clflushopt command line...
2017-02-02 Asiri RathnayakeImprove docs: Add missing #pragma push directive.
2017-01-27 Richard Smith[docs] Add help text and refine grouping for various...
2017-01-27 Richard SmithImprove workaround for Sphinx's lack of support for...
2017-01-25 Nico WeberClarify how to forward-declare __llvm_profile symbols.
2017-01-24 Richard Smith[docs] Add TableGen-based generator for command line...
2017-01-24 Kostya Serebryany[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guar...
2017-01-23 Richard SmithFix documentation typo from r292558.
2017-01-20 Richard Smith[docs] Regenerate DiagnosticsReference.rst. We don...
2017-01-20 Malcolm ParsonsFix documentation typo.
2017-01-20 Richard SmithFix documentation typo.
2017-01-20 Richard SmithAdd documentation for constexpr string builtin support.
2017-01-19 Malcolm Parsons[docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
2017-01-17 Hans WennborgUsersManual.rst: add missing newline
2017-01-16 Aaron BallmanReplace non-ASCII ellipsis with "..." to silence Sphinx...
2017-01-16 Piotr PadlewskiAdd -fstrict-vtable-pointers to UsersManual
2017-01-14 Sylvestre Ledrufix a few typo in the doc but also in the clang messages
2017-01-13 Malcolm ParsonsRemove unused lambda captures. NFC
2017-01-12 Hans WennborgClear the release notes for 5.0.0
2017-01-12 Hans WennborgUpdate docs/conf.py version
2017-01-12 Joerg SonnenbergerAdd entry for -MJ.
2017-01-12 Hans WennborgUsersManual.rst: Update clang-cl options list again
2017-01-12 Hans WennborgUsersManual.rst: Update clang-cl options list
2017-01-12 Anastasia Stulova[Docs][OpenCL] Added OpenCL feature description to...
2017-01-09 George Burgess IVAdd release notes for `diagnose_if`
2016-12-31 James DennettTypo fix in AST matcher documentation: s/aribtrary...
2016-12-30 Mads Ravn[clang] Minor fix to libASTMatcherTutorial
2016-12-28 Piotr PadlewskiRevert "Mention devirtualization in release notes"
2016-12-28 Piotr PadlewskiMention devirtualization in release notes
2016-12-24 Malcolm Parsons[ASTMatchers] Add hasInClassInitializer traversal match...
2016-12-24 Malcolm Parsons[ASTMatchers] Fix doc for hasBitWidth
2016-12-22 Jonathan RoelofsFix example: byref struct's init was incorrect, and...
2016-12-15 Anna Zaks[asan][docs] Fix the documentation to use clang++ for...
2016-12-14 Nico WeberUpdate MSVC compat docs about debug info
2016-12-12 Michael KupersteinBring back note about not supporting global register...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-07 Duncan P. N. Exon... Driver: Remove support for -fobjc-gc*
2016-12-05 Florian Hahn[docs] Use x86_64 and i386 instead of x86 as arch for...
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-11-30 Artem Dergachev[analyzer] Minor fixes and improvements to debug.ExprIn...
2016-11-25 Joerg SonnenbergerDocument the arguments form of commands.
2016-11-14 Mandeep Singh Grang[clang docs] Minor fix in ClangCheck.rst
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
2016-11-12 Sylvestre LedruAdd the new option -Og in the release notes. See r28660...
2016-11-11 Artem Dergachev[ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs...
2016-11-11 Sylvestre LedruAdd a new optimization option -Og
2016-10-31 Malcolm Parsons[ASTMatcher] Add CXXNewExpr support to hasDeclaration
2016-10-31 Elad Cohen[Modules] Add a command line option for loading the...
2016-10-27 Anna Zaks[docs] Update the TSan and MSan docs to refer to the...
2016-10-27 Richard SmithAdd documentation describing the components of a comple...
2016-10-21 Bruno Cardoso Lopes[Modules] Add 'no_undeclared_includes' module map attribute
2016-10-13 Davide Italiano[ThinLTO] Update doc to include lld (now supported).
2016-10-12 Kostya SerebryanyDocument potential implementation of CFI in hardware.
2016-10-10 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
2016-10-07 Michal GornyRevert r283572 - [Driver] Make -print-libgcc-file-name...
2016-10-07 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
2016-10-04 Mike Aizatsky[sancov] documentation update after r283241
2016-10-04 Davide Italiano[ThinLTO] Spell `llvm-ar` correctly.
2016-10-03 Gor Nishanov[coroutines] Adding builtins for coroutine intrinsics...
2016-09-30 Kostya Serebryany[sanitizer-coverage] fix docs
2016-09-30 Mike Aizatsky[sancov] -symbolize documentation update
2016-09-29 Kostya Serebryany[sanitizer-coverage] a bit more docs
2016-09-29 Kostya Serebryany[sanitizer-coverage] more docs
2016-09-29 Kostya Serebryany[sanitize-coverage] doc typo
2016-09-29 Kostya Serebryany[sanitizer-coverage/libFuzzer] make the guards for...
2016-09-27 Aaron BallmanSilencing a Sphinx diagnostic with options, again.
next