[PATCH] D123668: [Testing] TestAST, a helper for writing straight-line AST tests

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 18:30:53 PDT 2022


thakis added inline comments.


================
Comment at: clang/lib/Testing/CMakeLists.txt:18
+  clangBasic
+  clangFrontend
+  )
----------------
Making clang/lib/Testing depend on clangFrontend (and hence on basically everything) seems pretty heavy. Maybe this should be in a new library?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123668



More information about the cfe-commits mailing list