[PATCH] D23515: [msan] Correct @LINE expression in obstack.cc

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 10:14:43 PDT 2016


eugenis added a subscriber: eugenis.
eugenis added a comment.

That's because the check is on line 33, which [-30] equals to 3, which also happens to be first character of the string "30".

Does [[@LINE-3]] work if you remove the extra empty lines?


https://reviews.llvm.org/D23515





More information about the llvm-commits mailing list