1. 2ce634d Mark these tests as requiring use of the shell. by Ted Kremenek · 13 years ago
  2. 1872b31 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>. by Ted Kremenek · 13 years ago
  3. 424668c The two libclang crash-recovery tests that involve precompiled by Douglas Gregor · 14 years ago
  4. db91864 tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on by Daniel Dunbar · 14 years ago
  5. 2283d79 When performing code-completion in the presence of a preamble, make by Douglas Gregor · 14 years ago
  6. b1fd345 libclang: Execute clang_codeCompleteAt() inside a crash recovery context. by Daniel Dunbar · 14 years ago