Details
- Reviewers
hlopko eduucaldas - Commits
- rG44f989e78096: Run syntax tree tests in many language modes
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/Tooling/Syntax/TreeTest.cpp | ||
---|---|---|
54–63 | I agree, but I'll move this type in a future change, when I will be unifying the infrastructure with the one that we have in other tests. I'm afraid of moving it right now because I'm not sure it is the right abstraction. | |
181 | It is not clear we can rely on that -- it seems like an implementation detail of createInvocationFromCommandLine that the TODO suggests should be changed. | |
205–206 | Indeed not -- removed! |
These could be on the clang/Testing