anonymouspc wrote: Currently, clangd marks all the macros with 1 highlighting-modifier `globalScope`.
I believe it will be beneficial to provide more information, such as `userDefined`, `commandLineDefined`, `platformDefined`. Editors/IDEs can decide how to render these different kinds of macros. Thanks! :) https://github.com/llvm/llvm-project/pull/175495 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
