forked from MicrosoftDocs/cpp-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.yml
More file actions
52 lines (47 loc) · 1.87 KB
/
index.yml
File metadata and controls
52 lines (47 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
### YamlMime:Landing
title: C/C++ Sanitizers | Instrument code for runtime bug detection # < 60 chars
summary: Use C and C++ sanitizers for defect reporting, analysis, and prevention. # < 160 chars
metadata:
title: C/C++ Sanitizers # Required; page title displayed in search results. Include the brand. < 60 chars.
description: Learn how to use sanitizers for defect reporting, analysis, and prevention.
ms.topic: landing-page
author: corob-msft
ms.author: corob
ms.date: 02/26/2021
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Find bugs using code sanitizers
linkLists:
- linkListType: overview
links:
- text: Learn about AddressSanitizer
url: asan.md
- linkListType: tutorial
links:
- text: AddressSanitizer shadow bytes
url: ./asan-shadow-bytes.md
- text: AddressSanitizer cloud or distributed testing
url: ./asan-offline-crash-dumps.md
# Card (optional)
- title: Instrument your builds
linkLists:
- linkListType: reference
links:
- text: AddressSanitizer build and language reference
url: ./asan-building.md
- text: AddressSanitizer runtime reference
url: ./asan-runtime.md
- text: AddressSanitizer error examples
url: ./asan-error-examples.md
- text: AddressSanitizer known issues
url: ./asan-known-issues.md
# Card
- title: Debug your results
linkLists:
- linkListType: reference
links:
- text: AddressSanitizer debugger integration
url: ./asan-debugger-integration.md