llvm-project
9aecbdf8 - [clang][DepScan] Allow ModuleDep to be const (#132968)

Commit
225 days ago
[clang][DepScan] Allow ModuleDep to be const (#132968) This type can be exposed from C APIs, where instantiations of this type are not expected to mutate after creation. To support this, mark the lazy computation of build arguments mutable, as that is not intended to otherwise mutate the state of these objects. This was reviewed separately by @jansvoboda11
Author
Parents
Loading