Also fix USR generation for classes in unit tests. The previous USR
only works for class members, which happens to work when completing class name
inside the class, where constructors are suggested by sema.
Details
Details
- Reviewers
sammccall ilya-biryukov - Commits
- rG9b3cba792334: [clangd] Avoid inserting new #include when declaration is present in the main…
rCTE333519: [clangd] Avoid inserting new #include when declaration is present in the main…
rL333519: [clangd] Avoid inserting new #include when declaration is present in the main…
Diff Detail
Diff Detail
- Repository
- rL LLVM