After D85099, if we have attribute group in the function signature that hasn't
been seen before, and later a callsite with the same attribute group, filecheck will evaluate
the first attribute group to for example #0 {. We now include { in the args_and_sig group to avoid this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, fix the clang tests but it should be trivial as the other test changes. thanks for taking care of this.