[clang-tools-extra] [clangd][modules] Remove the options that is for gcc, make modules work for clangd when using gcc (PR #200001)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 01:10:17 PDT 2026


ChuanqiXu9 wrote:

> > > automatically drop any unsupported command line argument.
> > 
> > 
> > Makes sense but we need to emit a warning
> 
> How to emit it? Should I use elog? or any other function?

`log("Warning: ....` seems fine to me.

https://github.com/llvm/llvm-project/pull/200001


More information about the cfe-commits mailing list