[clang-tools-extra] [clang-doc] Integrate enum LIT tests (PR #187818)

Erick Velez via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 20 15:59:49 PDT 2026


evelez7 wrote:

Per our previous discussion, this moves the source into `Inputs/`. I also removed the lines that check for line numbers everywhere except for in JSON. In some cases that means using `CHECK-` instead of `CHECK-NEXT` to skip the line. I don't know if we want to be more explicit that the line number is being skipped.

Not having the source makes it fairly difficult to navigate. I tried to group them up as best as I could but you can't really break the JSON apart. `CHECK-LABEL` doesn't work great since the identifying information isn't written as the first thing in the object. Maybe an identifying header?

https://github.com/llvm/llvm-project/pull/187818


More information about the cfe-commits mailing list