The recordIsTriviallyDefaultConstructible may cause an infinite loop when
running on an ill-formed decl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clang-tidy/utils/TypeTraits.cpp | ||
---|---|---|
57 ↗ | (On Diff #217617) | I'd suggest to not mention the infinite loop. Just say that it is impossible to determine whether the decl is trivially constructible if there was an error. |