]> granicus.if.org Git - clang/history - docs
[clang-cl] Make -gline-tables-only imply -gcodeview
[clang] / docs /
2016-08-09 Martin Bohme[ASTMatchers] Add matchers canReferToDecl() and hasUnde...
2016-08-09 Sylvestre Ledruclang-format: Add SpaceAfterTemplate
2016-08-06 Sylvestre LedruAdd the new scan-build option (--show-description)...
2016-08-04 Benjamin KramerMake isExternC work on VarDecls too.
2016-08-02 Vitaly BukaUpdated documentation
2016-07-29 Haojian WuFix a typo in document.
2016-07-29 Haojian Wu[ASTMatcher] Add templateName matcher.
2016-07-29 Haojian Wu[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgu...
2016-07-28 Vedant Kumar[docs] Coverage: Reference the new -output-dir option
2016-07-28 Vedant Kumar[docs] Mention some new options in llvm-cov
2016-07-27 Vedant KumarRevert "[Driver] Compute effective target triples once...
2016-07-27 Hans WennborgUsersManual.rst: update clang-cl option list
2016-07-22 Xinliang David Li[Profile] Enable profile merging with -fprofile-generat...
2016-07-20 Xinliang David Li[Profile] Document new profile file name modifiers
2016-07-18 Vedant Kumar[Driver] Compute effective target triples once per...
2016-07-18 Hans Wennborgdocs/conf.py: update version to 4.0
2016-07-18 Hans WennborgTrunk release notes are now for 4.0.0
2016-07-18 Paul RobinsonRelease note for 'nodebug' on variables
2016-07-16 Sean Silva[Driver] Add flags for enabling both types of PGO Instr...
2016-07-15 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-15 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-14 Aaron BallmanDespite there being an option, it seems that Sphinx...
2016-07-14 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-14 Aaron BallmanRemoving more :option: tags that we do not have corresp...
2016-07-14 Aaron BallmanThis is a malformed :option: tag -- we don't have an...
2016-07-13 Etienne Bergeronfix missing whitespace in sphinx doc
2016-07-12 Clement Courbet[ASTMatchers] isSignedInteger() and isUnsignedInteger()
2016-07-11 Adrian Prantl[man page] Document -gline-tables-only in the clang...
2016-07-11 Adrian Prantl[man page] Fix two sphinx build errors.
2016-07-06 Aaron BallmanAdd AST matchers for handling bit-fields and narrowing...
2016-07-05 Clement Courbet[ASTMatchers] New forEachOverriden matcher.
2016-07-02 Sylvestre Ledrufix two typos in the doc
2016-06-30 Haojian Wu[ASTMatcher] Add a node matcher for EnumType.
2016-06-28 Samuel Benzaquen[ASTMatchers] Add isLambda() matcher.
2016-06-24 Peter CollingbourneCodeGen: Update Clang to use the new type metadata.
2016-06-24 Cong LiuIgnoringImplicit matcher.
2016-06-21 Pirama Arumuga NainarAdd documentation for RenderScript changes
2016-06-21 George Burgess IV[Docs] More warning fixes to unbreak the docs buildbot.
2016-06-21 George Burgess IV[Docs] Try to fix the docs buildbot.
2016-06-14 Evgeniy Stepanov[sanitizer] Allow sanitize coverage w/o sanitizers.
2016-06-14 Adam NemetFix documentation bot after r272656
2016-06-14 Adam NemetAdd loop pragma for Loop Distribution
2016-06-14 Vedant Kumar[docs] Coverage: Document the profile merge pool specifier
2016-06-11 Chandler CarruthRevert "[ASTMatchers] New forEachOverriden matcher."
2016-06-10 Clement Courbet[ASTMatchers] New forEachOverriden matcher.
2016-06-09 Rafael EspindolaReplace an ambiguous "it"
2016-06-08 Vedant Kumar[docs] Coverage: Clarify return value of __llvm_profile...
2016-06-08 Vedant Kumar[docs] Coverage: Flesh out instructions for avoiding...
2016-06-07 Vedant Kumar[docs] Coverage: Explain how to avoid static initializers
2016-06-07 Aaron BallmanMake isNoThrow and hasDynamicExceptionSpec polymorphic...
2016-06-06 Aaron BallmanAdding an AST matcher to ignore parenthesis in *types...
2016-06-06 Rafael EspindolaAdd a release note about the --build-id change.
2016-06-06 Vedant Kumar[docs] Clarify limitations section of SourceBasedCodeCo...
2016-06-02 Vedant Kumar[docs] Add a limitations section to SourceBasedCodeCove...
2016-06-02 Vedant Kumar[docs] Fix misplaced comma
2016-06-02 Vedant Kumar[docs] Minor formatting changes and typo fixes
2016-06-02 Vedant Kumar[docs] Use cpp code-blocks where appropriate
2016-06-02 Vedant Kumar[docs] Add missing newline to console section
2016-06-02 Vedant Kumar[docs] Document the source-based code coverage feature
2016-05-31 Piotr Padlewski[ASTMatchers] Breaking change of `has` matcher
2016-05-31 Alexey Bataev[OPENMP] Update in ReleaseNotes for OpenMP support.
2016-05-30 Etienne Bergeron[ASTMatchers] Add support of hasCondition for SwitchStmt.
2016-05-27 Peter Collingbournedocs: Clarify that LTO visibility is based on source...
2016-05-27 Kostya Serebryany[msan] add a sentence about inline assembly
2016-05-27 Simon Dardis[mips] Compact branch policy setting.
2016-05-24 Peter Collingbournedocs: Document how safestack handles setjmp and exceptions.
2016-05-23 David MajnemerClang support for __is_assignable intrinsic
2016-05-20 Justin LebarUpdate -ffast-math documentation to match reality.
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-12 Filipe Cabecinhas[ubsan] Add -fsanitize-undefined-strip-path-components=N
2016-05-12 Etienne BergeronAdd an AST matcher for string-literal length
2016-05-06 Richard SmithMore fixes to codeblock formatting in documentation.
2016-05-06 Aaron Ballmans/codeblock/code-block to fix the Sphinx build.
2016-05-05 Richard SmithSome release note updates for C++ language acceptance...
2016-05-04 Samuel BenzaquenFix the doc extraction script to work with hasAnyName...
2016-05-04 Kostya Serebryanyfix docs
2016-05-04 Kostya Serebryanydocument -f[no-]sanitize-recover=all and mention it...
2016-05-04 Gabor Horvath[ASTMatchers] New matcher forFunction
2016-05-03 David L KreitzerAdd address space 258 (X86 SS segment) to clang documen...
2016-04-28 Peter CollingbourneRe-apply r267784, r267824 and r267830.
2016-04-28 Manuel KlimekFix build.
2016-04-28 Manuel KlimekFix spuriously dematerializing reference bug. Fixes...
2016-04-28 Benjamin KramerRevert r267784, r267824 and r267830.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-04-26 George Burgess IV[Docs] Fix indentation error introduced by r267447.
2016-04-25 George Burgess IV[Docs] Clarify what the object-size sanitizer does.
2016-04-18 Kostya Serebryany[sanitizer-coverage] better docs for -fsanitize-coverag...
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-04-13 Alexander KornienkoAdd AST Matchers for CXXConstructorDecl::isDelegatingCo...
2016-04-04 John BrawnAdd a PragmaHandler Registry for plugins to add PragmaH...
2016-03-30 Paul RobinsonDocs: keep copyright years up-to-date.
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-28 Reid KlecknerUpdate the description of Clang's MSVC compatibility...
2016-03-24 Aaron BallmanFix Sphinx errors with documentation build.
2016-03-24 Eric ChristopherAdd release notes for the removal of the silent include...
2016-03-23 Matt ArsenaultAdd missing __builtin_bitreverse8
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-21 Daniel Jasperclang-format: Make include sorting's main include detec...
next