[all-commits] [llvm/llvm-project] 4a9523: PR52537: When performing a no-op TreeTransform of ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 17 18:20:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a9523c55fa11d85a4edbf24abc2c17bb3849fbc
https://github.com/llvm/llvm-project/commit/4a9523c55fa11d85a4edbf24abc2c17bb3849fbc
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaCXX/compare-cxx2a.cpp
Log Message:
-----------
PR52537: When performing a no-op TreeTransform of a rewritten binary
operator, mark any functions it calls as referenced.
More information about the All-commits
mailing list