This is a cleanup of the only llvm-prefer-isa-or-dyn-cast-in-conditionals finding in the clangd code base. This patch was created by automatically applying the fixes from clang-tidy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang-tools-extra/clangd/Selection.cpp | ||
|---|---|---|
| 504 | while here llvm::isa_and_nonnull we try to qualify symbols from llvm namespace. | |
| clang-tools-extra/clangd/Selection.cpp | ||
|---|---|---|
| 504 | Sorry, I'm not getting what you wanted to say. You want me to add a llvm::? | |
Comment Actions
thanks!
| clang-tools-extra/clangd/Selection.cpp | ||
|---|---|---|
| 504 |
right, I was asking for qualifying the symbol with llvm:: namespace specifier. | |
while here llvm::isa_and_nonnull we try to qualify symbols from llvm namespace.