Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'using namespace std;' to all cc files to prepare for removing it from he... | Michael Jones | 2020-09-30 | 1 | -0/+2 |
* | Merge LLVM r242069, make spell checking allocate less memory. | Nico Weber | 2015-09-07 | 1 | -18/+20 |
* | Fix typo in comment. | Nico Weber | 2015-05-02 | 1 | -1/+1 |
* | Fix compilation on VS2013 | Scott Graham | 2013-10-18 | 1 | -0/+1 |
* | drop std:: qualifiers on more stl datatypes | Evan Martin | 2013-04-18 | 1 | -2/+2 |
* | Revert "Make StringPiece data members private." | Nico Weber | 2012-07-28 | 1 | -5/+5 |
* | Make StringPiece data members private. | Thiago Farina | 2012-06-30 | 1 | -5/+5 |
* | Add spelling suggestions for four cases: | Nico Weber | 2011-11-16 | 1 | -2/+0 |
* | Add a EditDistance() function based on the one in llvm/lib/Support/StringRef.... | Nico Weber | 2011-11-13 | 1 | -0/+68 |