History log of /external/clang/test/Index/crash-recovery-reparse.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/Index/crash-recovery-reparse.c
dddcc57fe73c568520250f48d33a1ad856015644 25-Jan-2013 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173422 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
2ce634dbb24c8325da0dd36479c3a68622660d72 27-Oct-2011 Ted Kremenek <kremenek@apple.com> Mark these tests as requiring use of the shell.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143150 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
1872b3153a388b3a548c9f699cbc348128059be9 27-Oct-2011 Ted Kremenek <kremenek@apple.com> Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143115 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
424668cc90a07f3f98b36dad252940a43ded83d8 11-Sep-2010 Douglas Gregor <dgregor@apple.com> The two libclang crash-recovery tests that involve precompiled
preambles end up leaving the precompiled preambles around. This is by
design, since we do minimal cleanup during crash recovery. However,
it's unfortunate for testing, so introduce a hook that allows these
two tests to put the precompiled preamble somewhere where we can
delete them after testing.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113698 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
db918646c0d549a48b85734cb735e094886890d2 24-Aug-2010 Daniel Dunbar <daniel@zuster.org> tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on
Windows breaks things (because it pops up dialogs) since we don't have crash
recovery support there (yet).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111970 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
c1cf1586f7bbdf8a955a3be79309834ebc25c3af 19-Aug-2010 Daniel Dunbar <daniel@zuster.org> 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!).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111550 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
b2842aa3a76b53033e1619c494e972cdbe190939 19-Aug-2010 Daniel Dunbar <daniel@zuster.org> CrashRecovery: Disable the reparse test for now while I investigate, it goes
bonkers sometimes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111523 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c
ea94bbc4769697143e717df9b0310f874102b6c1 19-Aug-2010 Daniel Dunbar <daniel@zuster.org> libclang: Put clang_reparseTranslationUnit inside a crash recovery context.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111451 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/crash-recovery-reparse.c