[all-commits] [llvm/llvm-project] fb75af: [mlir][support] Fix msvc build.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Sun Mar 6 15:02:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb75afd730fc43474dcfba68d718410226c662ac
https://github.com/llvm/llvm-project/commit/fb75afd730fc43474dcfba68d718410226c662ac
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2022-03-06 (Sun, 06 Mar 2022)
Changed paths:
M mlir/include/mlir/Support/DebugAction.h
Log Message:
-----------
[mlir][support] Fix msvc build.
Add typename keyword to help the C++ parser to disambiguate dependent
qualified name after D120852/1c941d. Fixes the msvc build.
More information about the All-commits
mailing list