summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/empty.h
Commit message (Collapse)AuthorAgeFilesLines
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the ↵Argyrios Kyrtzidis2013-05-071-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 noDaniel Dunbar2012-11-131-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 Kyrtzidis2012-11-131-0/+0
don't recursively continue lexing. This avoids a stack overflow with a sequence of many empty #includes. rdar://11988695 llvm-svn: 167801
OpenPOWER on IntegriCloud