[all-commits] [llvm/llvm-project] 2cb32e: [Clang] Fix fix-it hint regression from #143460 (#...
Ross Kirsling via All-commits
all-commits at lists.llvm.org
Sat Jun 14 06:03:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cb32e29408a6c598072ea0f066a246957be69f9
https://github.com/llvm/llvm-project/commit/2cb32e29408a6c598072ea0f066a246957be69f9
Author: Ross Kirsling <rkirsling at gmail.com>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M clang/lib/Parse/ParseStmt.cpp
A clang/test/FixIt/fixit-punctuator-spelling.cpp
Log Message:
-----------
[Clang] Fix fix-it hint regression from #143460 (#144069)
Following #143460, `:` began displaying as `colon` in the fix-it hint
for a `case` with a missing colon, as is visible in the description of
(the separate bug) #144052.
This PR simply reverts a line that didn't need to be changed.
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