[all-commits] [llvm/llvm-project] 16766b: Fix ms type_info to be a 'class' type
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Aug 5 07:16:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16766b3aef281a24acad08292ffe69554b44805b
https://github.com/llvm/llvm-project/commit/16766b3aef281a24acad08292ffe69554b44805b
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-08-05 (Tue, 05 Aug 2025)
Changed paths:
M clang/include/clang/AST/ASTContext.h
Log Message:
-----------
Fix ms type_info to be a 'class' type
It was brought up on #151277 that the patch changes type_info from class
to struct. While I couldn't find a way to test/notice this, this patch
changes it to a class.
While I'm here, I am also removing unnecessary/against coding standard
curley brackets.
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