Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify ↵ | Pavel Labath | 2015-09-02 | 1 | -4/+2 |
| | | | | | | | | | | closing inclusion guards patch by Eugene Zelenko. Differential Revision: http://reviews.llvm.org/D12207 llvm-svn: 246628 | ||||
* | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 2010-07-07 | 1 | -0/+40 |
Move the "source", "alias", and "unalias" commands to "commands *". Move "source-file" to "source list". Added a "source info" command but it isn't implemented yet. llvm-svn: 107751 |