For symbols in global namespace (without any scope), we need to
add global scope "" to the fuzzy request.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 24986 Build 24985: arc lint + arc unit
Differential D54519
[clangd] Fix no results returned for global symbols in dexp hokein on Nov 14 2018, 2:54 AM. Authored by
Details For symbols in global namespace (without any scope), we need to
Diff Detail
|
I think the old behavior used AnyScope for a unqualified name. Do we want to keep that?