Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | push_back usage for values vector | vpushkar | |
2016-03-16 | Wrong std::vector 'values' usage after vector's capacity reserve. It is the ↵ | vpushkar | |
error to use [] operator for accessing vector's elements after reserving. In such cases push_back/emplace methods should be used. But in this source code the usage of std::vector is redundant. So vector 'values' was iliminated. | |||
2009-05-21 | Initial KLEE checkin. | Daniel Dunbar | |
- Lots more tweaks, documentation, and web page content is needed, but this should compile & work on OS X & Linux. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72205 91177308-0d34-0410-b5e6-96231b3b80d8 |