[libclc] [libclc][NFC] Change include style from <...> to "..." (PR #185788)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 03:32:07 PDT 2026


arsenm wrote:

It's not really an llvm convention. `<>` is for external project or system headers you want to not get warnings in. In the local project you would want warnings 

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


More information about the cfe-commits mailing list