[clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConstructible.
Summary: The recordIsTriviallyDefaultConstructible may cause an infinite loop when running on an ill-formed decl. Reviewers: gribozavr Subscribers: nemanjai, xazax.hun, kbarton, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66874 llvm-svn: 370200
Loading
Please register or sign in to comment