Files
swift-mirror/test/ClangModules/MixedSource/Inputs/broken-modules/BrokenClangModule.h
Jordan Rose 43cbe397fb Fix SourceManager::closeVirtualFile when the end loc is the buffer end.
Previously it crashed; now it (correctly) does nothing.

<rdar://problem/17887975>

Swift SVN r20921
2014-08-01 21:56:19 +00:00

11 lines
176 B
C

int conflict;
typedef int conflict;
#line 42 "a-fake-file.h"
int conflict2;
typedef int conflict2;
#define I __extension__ conflict
int I;
int lastLineOfFileWithoutSemicolon