llvm-project
dfb6c761 - [clang] ASTContex: fix getCommonSugaredType for array types (#132559)

Commit
197 days ago
[clang] ASTContex: fix getCommonSugaredType for array types (#132559) This corrects the behaviour for getCommonSugaredType with regards to array top level qualifiers: remove differing top level qualifiers, as they must be redundant with element qualifiers. Fixes https://github.com/llvm/llvm-project/issues/97005
Author
Parents
Loading