[all-commits] [llvm/llvm-project] ebd9a2: [clang] Fix typos in member initializers
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Jan 20 06:20:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebd9a2477e69ed35b83256ae93cc7e069f5a37c4
https://github.com/llvm/llvm-project/commit/ebd9a2477e69ed35b83256ae93cc7e069f5a37c4
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
A clang/test/PCH/typo3.cpp
Log Message:
-----------
[clang] Fix typos in member initializers
This was regressed in ca619613801233ef2def8c3cc7d311d5ed0033cb. As we
attached InitExprs as-is to the AST, without performing transformations.
Differential Revision: https://reviews.llvm.org/D142187
More information about the All-commits
mailing list