Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Lex: Return "" when HeaderMap::lookupFilename fails | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -4/+38 |
* | Lex: Check for 0 buckets on header map construction | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -0/+9 |
* | Lex: Never overflow the file in HeaderMap::lookupFilename() | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -0/+42 |
* | Lex: Add a test for HeaderMap::lookupFileName() | Duncan P. N. Exon Smith | 2016-02-20 | 1 | -0/+62 |
* | Lex: Check whether the header map buffer has space for the buckets | Duncan P. N. Exon Smith | 2016-02-20 | 1 | -0/+8 |
* | Lex: Check buckets on header map construction | Duncan P. N. Exon Smith | 2016-02-20 | 1 | -0/+9 |
* | Lex: Add some unit tests for corrupt header maps | Duncan P. N. Exon Smith | 2016-02-20 | 1 | -0/+94 |