================
@@ -18,9 +18,9 @@ class B : public A {
   static int public_static;
 
 protected:
+  // CHECK-DAG: !DIDerivedType(tag: DW_TAG_typedef, name: "prot_using",{{.*}} 
line: [[@LINE+3]],{{.*}} flags: DIFlagProtected)
----------------
jmorse wrote:

I'm interested in why this is failing / necessary -- the '-DAG' suffix should 
mean the check lines are re-orderable anyway, and as far as I read the diff 
you're only changing the CHECK-line position and updating the relative-line-num 
calculation accordingly?

https://github.com/llvm/llvm-project/pull/165032
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to