Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks, LG apart from the using decls
clang-tools-extra/clangd/CollectMacros.h | ||
---|---|---|
69 | why do we have these using decls? |
clang-tools-extra/clangd/CollectMacros.h | ||
---|---|---|
69 | This is to suppress the -Woverloaded-virtual diagnostic from gcc (https://godbolt.org/z/9b76fYbjx) -- PPCallback has two overloads of Elifdefs, here we only override one. |
why do we have these using decls?