Skip to content

Commit 017f00f

Browse files
authored
Merge pull request #2904 from corob-msft/cr-code-quality-index
Update Code Analysis index and TOC
2 parents 6a452e3 + c77840d commit 017f00f

2 files changed

Lines changed: 823 additions & 805 deletions

File tree

docs/code-quality/index.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: C/C++ code analyzers
88
description: Learn how Visual Studio can help you analyze C and C++ code quality.
99
ms.topic: landing-page
10-
ms.date: 02/12/2020
10+
ms.date: 05/26/2020
1111

1212
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1313

@@ -21,9 +21,29 @@ landingContent:
2121
linkLists:
2222
- linkListType: overview
2323
links:
24-
- text: Analyze C and C++ code
24+
- text: Code analysis for C/C++ overview
2525
url: code-analysis-for-c-cpp-overview.md
26+
- linkListType: quickstart
27+
links:
28+
- text: Code Analysis for C/C++ quick start
29+
url: code-analysis-for-c-cpp-overview.md
30+
- linkListType: tutorial
31+
links:
32+
- text: Analyze C/C++ code for defects walkthrough
33+
url: walkthrough-analyzing-c-cpp-code-for-defects.md
34+
- text: Use SAL annotations to reduce C/C++ code defects
35+
url: using-sal-annotations-to-reduce-c-cpp-code-defects.md
36+
37+
# Card
38+
- title: Code analysis reference
39+
linkLists:
40+
- linkListType: overview
41+
links:
42+
- text: C++ Core Guidelines
43+
url: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
2644
- linkListType: reference
2745
links:
46+
- text: C++ Core Guidelines warnings
47+
url: code-analysis-for-cpp-corecheck.md
2848
- text: C++ code analysis warnings
2949
url: code-analysis-for-c-cpp-warnings.md

0 commit comments

Comments
 (0)