summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [Docs] One more cleanup of -fsanitize= section.Alexey Samsonov2015-12-042-18/+17
* [Docs] Update MSan docsAlexey Samsonov2015-12-042-48/+35
* [Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov2015-12-042-31/+48
* [Docs] Remove false claim: UBSan can also be combined with TSan/MSan.Alexey Samsonov2015-12-041-2/+1
* Clang documentation for UBSan.Alexey Samsonov2015-12-043-61/+211
* [Docs] Sanitizer docs migrated from code.google.com to github.com.Alexey Samsonov2015-12-044-9/+4
* Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...Aaron Ballman2015-12-021-0/+14
* [sanitizer coverage] document -fsanitize-coverage=trace-bbKostya Serebryany2015-12-021-0/+7
* docs: Add design documentation for forward-edge CFI for indirect calls.Peter Collingbourne2015-12-011-3/+88
* [libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmpKostya Serebryany2015-11-301-0/+1
* docs: Remove references to the long-defunct LLVM_USED_LIBSJustin Bogner2015-11-262-3/+2
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-241-1/+1
* Add an AST matcher for narrowing when a type is volatile-qualified.Aaron Ballman2015-11-231-0/+17
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-1/+1
* Regenerate ASTMatchersReference without CRLF.Benjamin Kramer2015-11-201-139/+139
* Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer2015-11-203-4690/+4690
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-1/+1
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+73
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-73/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+73
* Mark is_destructible/is_nothrow_destructible as implementedDavid Majnemer2015-11-141-2/+2
* [ASan] Allow -fsanitize-recover=address.Yury Gribov2015-11-111-2/+3
* Fixed a link.Alexander Kornienko2015-11-041-1/+1
* Fixed header levels.Alexander Kornienko2015-11-041-2/+2
* Removed mentions of clang-modernize, added a short description of clang-tidy.Alexander Kornienko2015-11-041-33/+9
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-2/+20
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-4/+28
* Sample Profiles - Fix location of binary encoding documentation. NFC.Diego Novillo2015-10-191-1/+1
* docs: remote stale refsSaleem Abdulrasool2015-10-193-28/+21
* Update `clang-format -help` output in clang-format docs.Nico Weber2015-10-191-39/+48
* Add an AST node matcher for TemplateTypeParmDecl objects.Eric Fiselier2015-10-171-1/+11
* Sample profiles - Update text profile documentation.Diego Novillo2015-10-141-12/+54
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-121-0/+17
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-072-1/+7
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-062-1/+7
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-062-18/+41
* Adding an AST node matcher for NonTypeTemplateParmDecl objects.Aaron Ballman2015-10-051-1/+11
* Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...Aaron Ballman2015-10-051-0/+12
* clang-format: Small doc fix.Daniel Jasper2015-10-051-3/+3
* clang-format: Remove sentence in option cost threshold that weakens theDaniel Jasper2015-10-051-2/+0
* clang-format: Document threshold for adding new options.Daniel Jasper2015-10-051-0/+22
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-292-4/+88
* Fix a typo.Adrian Prantl2015-09-171-1/+1
* Update the 3.8 release notes with the breaking change information regarding A...Aaron Ballman2015-09-171-0/+45
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-336/+405
* Updating docs for MSan to describe poison-in-dtor.Naomi Musgrave2015-09-171-0/+10
* Fixed HasDeclarationMatcher to properly convert all types into decls where po...Aaron Ballman2015-09-111-3/+69
* Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.Michael Zolotukhin2015-09-111-0/+20
* Docs: Add missing new line before a list.Michael Zolotukhin2015-09-101-0/+1
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-102-6/+64