summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml')
-rw-r--r--clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml b/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
index 7e60fc2e9ae..4d9c219150a 100644
--- a/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
+++ b/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
@@ -22,3 +22,24 @@ LineNumber: 1
Type: Class
NumOccurrences: 1
...
+Name: bar
+Contexts:
+ - ContextType: Namespace
+ ContextName: a
+ - ContextType: Namespace
+ ContextName: b
+FilePath: ../include/bar.h
+LineNumber: 2
+Type: Class
+NumOccurrences: 3
+...
+Name: bar
+Contexts:
+ - ContextType: Namespace
+ ContextName: a
+ - ContextType: Namespace
+ ContextName: b
+FilePath: ../include/zbar.h
+LineNumber: 1
+Type: Class
+NumOccurrences: 3
OpenPOWER on IntegriCloud