When we apply parent patch : https://reviews.llvm.org/D129475
The prompt I get with the clang compiler is: ValueRange is imcomplete type,ValueRange is a forward declaration in the file TypeRange.h, and the file OperationSupport.h already includes the file TypeRange.h.The class TypeRange and the class ValueRange depend on each other.
Details
Details
- Reviewers
rriddle Mogball - Commits
- rG10a4f0333557: Split class ValueRange to a new file
Diff Detail
Diff Detail
Please fix this.