[TableGen] Remove recursive walk of linked list from ContractNodes. NFC
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / identical / file1.yaml
blob9e3de7b4d51924fc2e6cac83c1a015f77ca083a2
1 ---
2 MainSourceFile:     identical.cpp
3 Diagnostics:
4   - DiagnosticName: test-identical-insertion
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/identical.cpp
8       FileOffset: 12
9       Replacements:
10         - FilePath:        $(path)/identical.cpp
11           Offset:          12
12           Length:          0
13           ReplacementText: '0'
14 ...