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