[all-commits] [llvm/llvm-project] c31d6b: [ODRHash] Hash type-as-written
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Jul 30 20:08:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c31d6b4ef135098280b0ebb93e95b258a0d372ca
https://github.com/llvm/llvm-project/commit/c31d6b4ef135098280b0ebb93e95b258a0d372ca
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M clang/lib/AST/ODRHash.cpp
M clang/test/Modules/odr_hash-gnu.cpp
M clang/test/Modules/odr_hash.cpp
M clang/test/Modules/odr_hash.mm
A clang/test/Modules/pr63595.cppm
Log Message:
-----------
[ODRHash] Hash type-as-written
Close https://github.com/llvm/llvm-project/issues/63947
Close https://github.com/llvm/llvm-project/issues/63595
This is suggested by @rsmith in
https://reviews.llvm.org/D154324#inline-1508868
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D156210
More information about the All-commits
mailing list