]> granicus.if.org Git - clang/history - docs
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoT...
[clang] / docs /
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.
2015-12-04 Alexey Samsonov[Docs] Update MSan docs
2015-12-04 Alexey Samsonov[Docs] Move the list of CFI schemes down to CFI doc...
2015-12-04 Alexey Samsonov[Docs] Remove false claim: UBSan can also be combined...
2015-12-04 Alexey SamsonovClang documentation for UBSan.
2015-12-04 Alexey Samsonov[Docs] Sanitizer docs migrated from code.google.com...
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-12-02 Kostya Serebryany[sanitizer coverage] document -fsanitize-coverage=trace-bb
2015-12-01 Peter Collingbournedocs: Add design documentation for forward-edge CFI...
2015-11-30 Kostya Serebryany[libFuzzer] clarify the limitation of fsanitize-coverag...
2015-11-26 Justin Bognerdocs: Remove references to the long-defunct LLVM_USED_LIBS
2015-11-24 Richard SmithRemove DataRecursiveASTVisitor; it no longer serves...
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-20 Hans WennborgRevert r253582: "clang-cl: Make /W4 imply -Wall -Wextra...
2015-11-20 Benjamin KramerRegenerate ASTMatchersReference without CRLF.
2015-11-20 Benjamin KramerFix ASTMatcher reference newlines and make the generato...
2015-11-19 Hans Wennborgclang-cl: Make /W4 imply -Wall -Wextra (PR25563)
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-14 David MajnemerMark is_destructible/is_nothrow_destructible as implemented
2015-11-11 Yury Gribov[ASan] Allow -fsanitize-recover=address.
2015-11-04 Alexander KornienkoFixed a link.
2015-11-04 Alexander KornienkoFixed header levels.
2015-11-04 Alexander KornienkoRemoved mentions of clang-modernize, added a short...
2015-10-29 John McCallAdd support for __builtin_{add,sub,mul}_overflow.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-19 Diego NovilloSample Profiles - Fix location of binary encoding docum...
2015-10-19 Saleem Abdulrasooldocs: remote stale refs
2015-10-19 Nico WeberUpdate `clang-format -help` output in clang-format...
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-14 Diego NovilloSample profiles - Update text profile documentation.
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-07 Daniel Jasperclang-format: Hopefully fix code blocks in docs.
2015-10-06 Daniel Jasperclang-format: Add empty line before code-blocks in...
2015-10-06 Daniel Jasperclang-format: Make IncludeCategories configurable in...
2015-10-05 Aaron BallmanAdding an AST node matcher for NonTypeTemplateParmDecl...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-10-05 Daniel Jasperclang-format: Small doc fix.
2015-10-05 Daniel Jasperclang-format: Remove sentence in option cost threshold...
2015-10-05 Daniel Jasperclang-format: Document threshold for adding new options.
2015-09-29 Daniel Jasperclang-format: Add a new brace style "custom" as well...
2015-09-17 Adrian PrantlFix a typo.
2015-09-17 Aaron BallmanUpdate the 3.8 release notes with the breaking change...
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-17 Naomi MusgraveUpdating docs for MSan to describe poison-in-dtor.
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-09-11 Michael ZolotukhinDocs: Document __builtin_nontemporal_load and __builtin...
2015-09-10 Michael ZolotukhinDocs: Add missing new line before a list.
2015-09-10 Peter CollingbourneCFI: Introduce -fsanitize=cfi-icall flag.
2015-09-02 Sanjay Pateladd __builtin_unpredictable and convert to metadata
2015-09-01 Nico WeberMake trunk release notes point to 3.7, not 3.6
2015-08-28 Aaron BallmanUpdating the AST matcher documentation with a new entry...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-26 Gabor Horvath[Static Analyzer] Checks to catch nullability related...
2015-08-24 Alexey Bataev[OPENMP] Info about OpenMP Support in Users Manual...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-17 Hans WennborgDoxygen: add build option to use svg instead of png...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date
2015-08-12 Hans WennborgDocs: update clang-cl command-line documentation
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-10 Nick LewyckyFix typo.
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
next