================
@@ -2145,6 +2145,13 @@ class DILocation : public MDNode {
     return 0;
   }
 
+  const DILocation *getOrCloneWithoutAtom() const {
----------------
SLTozer wrote:

I think this could just be "getWithoutAtom", it's already implied with 
DIMetadata that "get" means "find me an existing metadata or create a new one".

https://github.com/llvm/llvm-project/pull/133485
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to