Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -1/+1 |
* | Improve Lexer::getImmediateMacroName to take into account inner macros | Argyrios Kyrtzidis | 2012-01-23 | 1 | -2/+21 |
* | Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument | Argyrios Kyrtzidis | 2012-01-20 | 1 | -2/+34 |
* | Silence set-but-unused warning. | Benjamin Kramer | 2012-01-19 | 1 | -1/+1 |
* | Introduce Lexer::getSourceText() that returns a string for the source | Argyrios Kyrtzidis | 2012-01-19 | 1 | -0/+5 |
* | Introduce Lexer::makeFileCharRange() that accepts a token source range | Argyrios Kyrtzidis | 2012-01-19 | 1 | -3/+19 |
* | For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro | Argyrios Kyrtzidis | 2012-01-19 | 1 | -2/+5 |
* | Add unit testing for Lexer. | Argyrios Kyrtzidis | 2012-01-19 | 1 | -0/+100 |