[all-commits] [llvm/llvm-project] 21ed00: [clang] NFC: rename internal `IsPossiblyOpaquelyQu...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Nov 15 18:10:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21ed00bc1bfd2b0b81d288f7f096a31079c24c4a
https://github.com/llvm/llvm-project/commit/21ed00bc1bfd2b0b81d288f7f096a31079c24c4a
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M clang/lib/Sema/SemaTemplateDeduction.cpp
Log Message:
-----------
[clang] NFC: rename internal `IsPossiblyOpaquelyQualifiedType` overload
Rename `IsPossiblyOpaquelyQualifiedType` overload taking a Type*
as `IsPossiblyOpaquelyQualifiedTypeInternal` instead.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Differential Revision: https://reviews.llvm.org/D113954
More information about the All-commits
mailing list