commit | 3de06ff64fe79da6b66c2b470382911a5652690f | [log] [tgz] |
---|---|---|
author | Johannes Doerfert <johannes@jdoerfert.de> | Mon Mar 01 17:04:49 2021 -0600 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 18 01:45:44 2021 -0700 |
tree | 53b098050e414f0193f88d49cdedeba9f240e8a9 | |
parent | c3840b4ee517767e00aebda52b0ae6cf88df3acf [diff] |
[Attributor] Fold "TrackDependence" into the DepClassTy enum We don't need a bool and an enum to express the three options we currently have. This makes the interface nicer and much easier to use optional dependencies. Also avoids mistakes where the bool is false and enum ignored. GitOrigin-RevId: e592dad82e658d635d5e957aa149f475c429e176