-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add search test case for rec:rec::fun term
Summary: I suspect a typo in the schema for this branch. Add a test. Due to the typo I expect this to be empty output instead of a match. Reviewed By: pepeiborra Differential Revision: D68191223 fbshipit-source-id: dcccd7bdb3d586ccd55b114719652e66c5f17b44
- Loading branch information
1 parent
2cb3e09
commit f0e0aa0
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...codemarkup/tests/clang/xrefs/namespace-nesting/search_by_scope_nesting_fun_in_rec_rec.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[ "@generated" ] |
5 changes: 5 additions & 0 deletions
5
...odemarkup/tests/clang/xrefs/namespace-nesting/search_by_scope_nesting_fun_in_rec_rec.perf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@generated": null, | ||
"facts_searched": { "cxx1.Name.5": 5, "cxx1.QName.5": 1 }, | ||
"full_scans": [ ] | ||
} |
3 changes: 3 additions & 0 deletions
3
...demarkup/tests/clang/xrefs/namespace-nesting/search_by_scope_nesting_fun_in_rec_rec.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
query: codemarkup.search.SearchByScope { searchcase = Sensitive, name = "fooCInBinB", scope = ["classBinNSB", "classCinNSB"], language = Cpp, kind = { just = Function } } | ||
perf: true | ||
transform: [gensort, []] |