[clang] [clang-repl] Extend the C support. (PR #89804)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 06:27:43 PDT 2024


hokein wrote:

Thanks for the prompt response. I think limiting it to C-only will fix the issue (note that there is no `C` in `LangOpts`, you may want to use `!getLangOpts().CPlusPlus` to exclude C++).

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


More information about the cfe-commits mailing list