Skip to content

Commit 697854f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2222 from MicrosoftDocs/master637261998655218159
Fix git push error for protected CLA branch
2 parents 64ebce6 + f7ebdfc commit 697854f

9 files changed

Lines changed: 1911 additions & 1841 deletions

File tree

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -760,11 +760,6 @@
760760
"redirect_url": "/cpp/cpp/character-sets",
761761
"redirect_document_id": false
762762
},
763-
{
764-
"source_path": "docs/cpp/index.md",
765-
"redirect_url": "/cpp/cpp/cpp-language-reference",
766-
"redirect_document_id": false
767-
},
768763
{
769764
"source_path": "docs/cpp/using-wmain-instead-of-main.md",
770765
"redirect_url": "/cpp/cpp/main-function-command-line-args",

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)