-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: lower case search by name with kind filters for C++ Example: ``` Ks = { just = Class_ } : maybe codemarkup.types.SymbolKind; codemarkup.search.SearchByName { name = "create", language = Cpp, kind = Ks , searchcase = Insensitive } 3 results, 386 facts, 41.78ms, 54525576 bytes, 87380 compiled bytes ``` vs before: ``` fbsource> Ks = { just = Class_ } : maybe codemarkup.types.SymbolKind; codemarkup.search.SearchByName { name = "create", language = Cpp, kind = Ks , searchcase = Insensitive } 0 results, 0 facts, 10027.50ms, 35331600 bytes, 96809 compiled bytes ``` Reviewed By: simonmar Differential Revision: D65645421 fbshipit-source-id: 8b13157f25eefbb19e1fb99cc038f0b209130fb9
- Loading branch information
1 parent
3a158a1
commit 53cc11d
Showing
180 changed files
with
3,134 additions
and
4,410 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.