summaryrefslogtreecommitdiffstats
path: root/test/clang-include-fixer/Inputs/merge/a.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang-include-fixer/Inputs/merge/a.yaml')
-rw-r--r--test/clang-include-fixer/Inputs/merge/a.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/clang-include-fixer/Inputs/merge/a.yaml b/test/clang-include-fixer/Inputs/merge/a.yaml
new file mode 100644
index 00000000..174db0e5
--- /dev/null
+++ b/test/clang-include-fixer/Inputs/merge/a.yaml
@@ -0,0 +1,20 @@
+---
+Name: foo
+Contexts:
+ - ContextType: Namespace
+ ContextName: a
+FilePath: foo.h
+Type: Class
+Seen: 1
+Used: 1
+...
+---
+Name: bar
+Contexts:
+ - ContextType: Namespace
+ ContextName: a
+FilePath: ../include/bar.h
+Type: Class
+Seen: 1
+Used: 2
+...