[all-commits] [llvm/llvm-project] db9271: DebugInfo: Defaulted non-type template parameters ...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Apr 1 13:21:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db92719c1d17f5052e7cd1309b0e1e92240f47be
https://github.com/llvm/llvm-project/commit/db92719c1d17f5052e7cd1309b0e1e92240f47be
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-template-parameter.cpp
Log Message:
-----------
DebugInfo: Defaulted non-type template parameters of bool type
Caused an assertion due to mismatched bit widths - this seems like the
right API to use for a possibly width-varying equality test. Though
certainly open to some post-commit review feedback if there's a more
suitable way to do this comparison/test.
More information about the All-commits
mailing list