aprantl added a comment. Do we know why EndLoc is invalid?
================ Comment at: clang/test/CodeGenObjCXX/property-object-cleanup.mm:3 +// RUN: %s -emit-llvm -o - | FileCheck %s + +@interface NSObject ---------------- Add a comment `// Test that call in the cleanup block have a valid debug location.` ================ Comment at: clang/test/CodeGenObjCXX/property-object-cleanup.mm:4 + +@interface NSObject ++ (id)alloc; ---------------- FYI there is `__attribute__((objc_root_class))` to silence the warning this causes. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71042/new/ https://reviews.llvm.org/D71042 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits