]> granicus.if.org Git - clang/history - docs
[PS4] Clean up some test commentary. NFC
[clang] / docs /
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
2016-01-26 Chris BienemanRemove autoconf support
2016-01-25 Ehsan Akhgari[MSVC Compat] Only warn for unknown clang-cl arguments
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-22 Aaron BallmanProperly encode the < entity; it was missing the...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-22 Alexey Samsonov[Docs] Slightly update LSan documentation.
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-21 Aaron BallmanWhen dumping documentation for AST matchers, do somethi...
2016-01-20 Aaron BallmanAdd AST matcher support for FunctionDecls with the...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Aaron BallmanAugments r258042; changes the AST matcher tests to...
2016-01-16 NAKAMURA Takumi[Cygwin] Use -femulated-tls by default since r257718...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-15 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-13 Hans WennborgUpdate version to 3.9
2016-01-13 Artem DergachevRevert "[analyzer] Provide .def-files and visitors...
2016-01-13 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2015-12-22 Adrian PrantlDocument that we recommend to turn off -gmodules when...
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
2015-12-19 Paul RobinsonDriver part of debugger tuning.
2015-12-18 Zachary TurnerSupport AlwaysBreakAfterReturnType
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (Clang part).
2015-12-11 Peter Collingbournedocs: Document -fno-sanitize-trap= and -fsanitize-recov...
2015-12-11 Nico Weber[clang-cl] Let /W4 map to -Wall -Wextra instead of...
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Yunzhong GaoFix a typo in the clang user manual.
2015-12-04 Alexey Samsonov[Docs] One more cleanup of -fsanitize= section.
next