Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' \ -j=32 -fix -format http://reviews.llvm.org/D8925 llvm-svn: 234679 | ||||
* | Remove some code that is no longer needed now that googletest knows how | Jay Foad | 2011-07-27 | 1 | -17/+0 |
| | | | | | | to print STL containers. llvm-svn: 136213 | ||||
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on ↵ | Daniel Dunbar | 2010-06-08 | 1 | -0/+122 |
top of the standard 'delta debugging' algorithm. - This can give substantial speedups in the delta process for inputs we can construct dependency information for. llvm-svn: 105612 |