[clang-tools-extra] [clang-doc] add nested namespace test case (PR #97681)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 16:25:39 PDT 2024
PeterChou1 wrote:
> To clarify my earlier comment, FileCheck is just matching text on the input based on the check lines. So in this cases the LINE directive should just affect what text will be accepted when doin matching. It won’t try to match the lines to the position in the file being checked.
>
> If you run into problems, post the errors here, as we can probably help diagnose them.
My bad I think I was mistaken in how the @LINE directive worked initially I think i Fixed up the pr so that it works with it now
https://github.com/llvm/llvm-project/pull/97681
More information about the cfe-commits
mailing list