Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/Compiler Test Plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This document provides guidance for thinking about language interactions and tes
- AnalyzeStatementDataFlow
- ClassifyConversion
- GetOperation (`IOperation`)
- GetCFG (`ControlFlowGraph`)
- GetCFG (`ControlFlowGraph`), including a scenario with some nested conditional
- DocumentationCommentId APIs
- VB/F# interop
- C++/CLI interop (particularly for metadata format changes, e.g. DIMs, static abstracts in interfaces, or generic attributes)
Expand Down