[PATCH] D83592: [Coverage] Add comment to skipped regions

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 11:53:22 PDT 2020


MaskRay added a comment.

New tests should use `[[#@LINE]]` instead of `[[@LINE]]`

https://llvm.org/docs/CommandGuide/FileCheck.html

> To support legacy uses of @LINE as a special string variable, FileCheck also accepts the following uses of @LINE with string substitution block syntax: [[@LINE]], [[@LINE+<offset>]] and [[@LINE-<offset>]] without any spaces inside the brackets and where offset is an integer.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83592/new/

https://reviews.llvm.org/D83592





More information about the cfe-commits mailing list