teak-llvm/clang/test/Index/Inputs/crash-recovery-reparse-remap.c
Daniel Dunbar 438c7724f9 Fix a loop overrun in ComputePreamble when the last remapped file was erased,
and reenable crash recovery test.
 - Reparsing is still very crashy / weird, so I had to sprinkle random code into
   the remapped input to get it to do what I want (i.e., crash!).

llvm-svn: 111550
2010-08-19 19:40:40 +00:00

12 lines
80 B
C

#warning parsing remapped file
int x;
#pragma clang __debug crash
int x;