[clang] [clang-format] Hanlde qualified type name for `QualifierAlignment` (PR #125327)

Emilia Kond via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 31 21:51:39 PST 2025


rymiel wrote:

Seems to also work for top-level types (`::int_64_t constexpr x{123};` works correctly) but breaks for fully qualified types (`::std::int64_t constexpr x{123};` becomes `::constexpr std::int64_t x{123};`)

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


More information about the cfe-commits mailing list