[PATCH] D80786: Rename APIs in unittests/AST/Language.h in preparation to share them
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 29 05:23:59 PDT 2020
gribozavr2 added a comment.
In D80786#2062634 <https://reviews.llvm.org/D80786#2062634>, @martong wrote:
> Just out of curiosity. In what way do you prepare to share these test? For which component are you planning to reuse this test infrastructure?
Tests in clang/unittests/Tooling/Syntax/TreeTest.cpp have similar needs. In fact, I think pretty much all Clang unittests that start by parsing a string of source code into a translation unit need such infrastructure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80786/new/
https://reviews.llvm.org/D80786
More information about the cfe-commits
mailing list