[all-commits] [llvm/llvm-project] a56e00: [Clang] [C23] Fix typeof_unqual for qualified arra...
Mital Ashok via All-commits
all-commits at lists.llvm.org
Wed Jul 17 07:58:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a56e009ef852926c8e77eb8e50739d2b5a389212
https://github.com/llvm/llvm-project/commit/a56e009ef852926c8e77eb8e50739d2b5a389212
Author: Mital Ashok <mital at mitalashok.co.uk>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/AST/Type.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Type.cpp
M clang/test/Sema/c2x-typeof.c
Log Message:
-----------
[Clang] [C23] Fix typeof_unqual for qualified array types (#92767)
Properly remove qualifiers for both the element type and the array type
Fixes #92667
---------
Co-authored-by: cor3ntin <corentinjabot at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list