Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add spelling suggestions for four cases: | Nico Weber | 2011-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | 1. For targets, when invoking ninja to build a target. 2. For targets, when doing a "query" command. 3. For command names. 4. For the subcommands of the "targets" command. Also change CmdTargets() to call LookupNode() instead of GetNode() -- since the result was checked for NULL, that's probably what was intended here originally. | ||||
* | Add a EditDistance() function based on the one in ↵ | Nico Weber | 2011-11-13 | 1 | -0/+25 |
llvm/lib/Support/StringRef.cpp. |