| commit | 969f32d5154de94427e922e265b4ebe3c912facb | [log] [tgz] |
|---|---|---|
| author | Aaron Puchert <aaronpuchert@alice-dsl.net> | Fri Sep 21 23:08:30 2018 +0000 |
| committer | Aaron Puchert <aaronpuchert@alice-dsl.net> | Fri Sep 21 23:08:30 2018 +0000 |
| tree | 1f9053b91963995a2c4dec1807d53421390458b8 | |
| parent | 4f27730eaf600aeeb855964de09b90ff168ae247 [diff] |
Thread safety analysis: Make sure FactEntrys stored in FactManager are immutable [NFC] Since FactEntrys are stored in the FactManager, we can't manipulate them anymore when they are stored there. llvm-svn: 342787