This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0464c5d958
llvm-project
/
clang
/
test
/
Index
/
Inputs
/
crash-recovery-reparse-remap.c
12 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
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-20 03:40:40 +08:00
libclang: Put clang_reparseTranslationUnit inside a crash recovery context. llvm-svn: 111451
2010-08-19 07:09:31 +08:00
#
warning parsing remapped file
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-20 03:40:40 +08:00
int
x
;
libclang: Put clang_reparseTranslationUnit inside a crash recovery context. llvm-svn: 111451
2010-08-19 07:09:31 +08:00
#
pragma clang __debug crash
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-20 03:40:40 +08:00
int
x
;