]> granicus.if.org Git - clang/history - docs
Revert "Make test less sensitive to the resource directory."
[clang] / docs /
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...
2016-03-15 John BrawnMake it possible for AST plugins to enable themselves...
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-03 Alexander Kornienko[docs] Add missing file
2016-03-03 Alexander Kornienko[docs] Updated doxygen files to work well with doxygen...
2016-02-27 Alexander KornienkoWorkaround doxygen bug https://bugzilla.gnome.org/show_...
2016-02-27 Matt ArsenaultAdd __builtin_canonicalize
2016-02-24 Peter CollingbourneAdd whole-program vtable optimization feature to Clang.
2016-02-24 Alexander Kornienko[docs] Change non-c++ code blocks to 'text' format...
2016-02-23 Alexander KornienkoFix a typo. NFC
2016-02-23 Alexander KornienkoClean up clang-format options documentation. NFC
2016-02-23 Alexander KornienkoSupport language selection for \code blocks.
2016-02-23 Alexander KornienkoUpdate clang-format options docs.
2016-02-23 Alexander KornienkoAllow running dump_format_style.py from any directory.
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-22 Aaron BallmanUse an anonymous hyperlink reference to eliminate Sphin...
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-18 Yury Gribov[analyzer] dump_ast_matchers.py: fix replacement regexps
2016-02-18 David Majnemer[MSVC] Turn C++ EH on my default
2016-02-18 Kostya Serebryany[sanitizer-coverage] allow -fsanitize-coverage=trace...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-14 Sylvestre LedruFix some typos in the clang doc
2016-02-12 Hans WennborgUsersManual: update clang-cl commands
2016-02-12 Mike Aizatsky[sancov] improved object files handling.
2016-02-11 NAKAMURA TakumiRevert r260265, "clang-cl: Support loading plugins...
2016-02-11 Andrey BokhankoPartial revert of rL260506.
2016-02-11 Andrey BokhankoUpdate of "GCC extensions not implemented yet" in Clang...
2016-02-09 Ehsan Akhgariclang-cl: Support loading plugins on Windows
2016-02-09 Manuel KlimekAdd AST matcher reference to documentation directory...
2016-02-01 Peter Collingbournedocs: Clarify that cfi-unrelated-cast is based on lifetime.
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-01-29 Alexey Samsonov[UBSan] Add documentation for runtime issue suppression.
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-27 Mike Aizatsky[sancov] sancov tool documentation
next