[all-commits] [llvm/llvm-project] 9fb7e9: [AST] Fix a crash on accessing a class without def...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Jun 25 03:18:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9fb7e98db5aaef617878a127b663efa4d01aa834
https://github.com/llvm/llvm-project/commit/9fb7e98db5aaef617878a127b663efa4d01aa834
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
A clang/test/SemaCXX/constexpr-default-init-value-crash.cpp
Log Message:
-----------
[AST] Fix a crash on accessing a class without definition in constexpr function context.
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D80981
More information about the All-commits
mailing list