[PATCH] D84136: [clang] Fix visitation of ConceptSpecializationExpr in constrained-parameter

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 27 02:52:40 PDT 2020


riccibruno added a comment.

> Will do. By the way, is there something more tailored than ninja check-clang to run these ast-dump tests? ninja check-clang takes quite a while to run...

You can use `check-clang-ast` for the lit tests in `AST/`, `check-clang-sema` for the lit tests in `Sema/` and so on. Or you can run an individual test with `llvm-lit ~/path/to/the/lit/test`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84136





More information about the cfe-commits mailing list