[clang] [clang-format] Add basic support for C++/CLI (#27126) (PR #112689)

Calum Robinson via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 05:05:20 PDT 2024


calumr wrote:

> How would a user specify to use CLI?

getFormattingLangOpts seems to turn on MicrosoftExt and some other options by default, so I just copied that. 

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


More information about the cfe-commits mailing list