[all-commits] [llvm/llvm-project] 171ab1: Add explicit template instantiation declarations f...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Dec 23 12:08:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 171ab1bc181258d6c47d1237250c7b36178a2bf7
https://github.com/llvm/llvm-project/commit/171ab1bc181258d6c47d1237250c7b36178a2bf7
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M mlir/include/mlir/IR/Dominance.h
Log Message:
-----------
Add explicit template instantiation declarations for existing explicit definitions.
Explicit instantiations should be declared. Found with -Wundefined-func-template.
Reviewed By: dblaikie, rriddle
Differential Revision: https://reviews.llvm.org/D140594
More information about the All-commits
mailing list