================
@@ -240,7 +229,7 @@ class DebugLoc {
explicit operator bool() const { return Loc; }
/// Check whether this has a trivial destructor.
- bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); }
+ bool hasTrivialDestructor() const { return true; }
----------------
aengelke wrote:
Done.
https://github.com/llvm/llvm-project/pull/200649
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits