Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the ↵ | Argyrios Kyrtzidis | 2013-05-07 | 1 | -0/+0 |
| | | | | | | | | | | | FileID. This fixes a crash due to SourceManager::getLocForEndOfFile() returning an off-by-one location when the the FileID is for an empty file. rdar://13803893 llvm-svn: 181285 | ||||
* | Revert r167801, "[preprocessor] When #including something that contributes no | Daniel Dunbar | 2012-11-13 | 1 | -0/+0 |
| | | | | | | tokens at all,". This change broke External/Nurbs in LLVM test-suite. llvm-svn: 167858 | ||||
* | [preprocessor] When #including something that contributes no tokens at all, | Argyrios Kyrtzidis | 2012-11-13 | 1 | -0/+0 |
don't recursively continue lexing. This avoids a stack overflow with a sequence of many empty #includes. rdar://11988695 llvm-svn: 167801 |