[all-commits] [llvm/llvm-project] b6c490: A constexpr virtual function is implicitly inline ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Jun 30 16:08:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b6c490349d1524aefeb1c4a686411f860e6a3555
https://github.com/llvm/llvm-project/commit/b6c490349d1524aefeb1c4a686411f860e6a3555
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M clang/lib/AST/RecordLayoutBuilder.cpp
A clang/test/CodeGenCXX/vtable-constexpr.cpp
Log Message:
-----------
A constexpr virtual function is implicitly inline so should never be a
key function.
More information about the All-commits
mailing list