[all-commits] [llvm/llvm-project] 55f599: [AST] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed May 7 07:39:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55f59940b1d8fec29c363589907bdf966bc64bdc
https://github.com/llvm/llvm-project/commit/55f59940b1d8fec29c363589907bdf966bc64bdc
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M clang/lib/AST/Type.cpp
Log Message:
-----------
[AST] Fix warnings
This patch fixes:
clang/lib/AST/Type.cpp:4893:80: error: multi-line // comment
[-Werror,-Wcomment]
clang/lib/AST/Type.cpp:4894:80: error: multi-line // comment
[-Werror,-Wcomment]
clang/lib/AST/Type.cpp:4891:11: error: 12 enumeration values not
handled in switch: 'Adjusted', 'Decayed',
'Attributed'... [-Werror,-Wswitch]
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