llvm-capstone/clang/unittests
Alex Bradbury ca003ee06d
[clang-repl] Disable InterpreterExceptionTest on RISC-V (#68216)
This test fails as .eh_frame handling is not yet implemented for RISC-V
in JITLink. #66067 is proposed to address this.

Skip the test until the issue is resolved. It seems that D159167 enabled
this test for more than just ppc64. As the test always failed, it just
wasn't run until now, I think skipping is the correct interim approach
(as is already done for Arm, Darwin, and others).
2023-10-04 14:33:31 +01:00
..
Analysis [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
AST -fsanitize=function: fix MSVC hashing to sugared type (#66816) 2023-10-02 19:09:39 +02:00
ASTMatchers [ASTMatchers] Fix classIsDerivedFrom for recusrive cases (#67307) 2023-09-25 12:10:29 +02:00
Basic [clang] NFCI: Use FileEntryRef in SourceManager::overrideFileContents() 2023-09-29 09:30:21 -07:00
CodeGen Stop using legacy helpers indicating typed pointer types. NFC 2023-08-02 12:08:37 +02:00
CrossTU [clang] NFCI: Change returned AnalyzerOptions smart pointer to reference 2023-09-05 13:23:53 -07:00
DirectoryWatcher [CMake] Reduce deps 2023-04-20 08:45:38 +09:00
Driver [Driver] Fix VFSGnuLibcxxPathNoSysroot test with DEFAULT_SYSROOT 2023-09-27 19:31:57 +02:00
Format Reland "[clang-format] Annotate ctors/dtors as CtorDtorDeclName instead (#67955)" 2023-10-03 22:26:48 -07:00
Frontend [clang] NFCI: Use FileEntryRef in ASTReader::GetHeaderFileInfo() 2023-09-29 09:07:13 -07:00
Index [index][clangd] Consider labels when indexing function bodies 2023-08-01 09:07:05 +02:00
Interpreter [clang-repl] Disable InterpreterExceptionTest on RISC-V (#68216) 2023-10-04 14:33:31 +01:00
Introspection [CMake] Reorder and reformat deps 2023-04-17 00:32:16 +09:00
Lex [Lex] Use llvm::byteswap instead of sys::getSwappedBytes (NFC) 2023-09-23 13:30:16 -07:00
libclang [libclang] Expose arguments of clang::annotate 2023-08-11 10:03:39 -04:00
Rename
Rewrite
Sema [clangd][CodeComplete] Improve FunctionCanBeCall 2023-09-28 21:42:02 +08:00
Serialization Turn off memory leaks in unit test 2023-09-14 13:16:22 +02:00
StaticAnalyzer [clang] NFCI: Change returned AnalyzerOptions smart pointer to reference 2023-09-05 13:23:53 -07:00
Support Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_evaluated" 2023-09-27 18:58:01 +02:00
Tooling [clang] NFCI: Use FileEntryRef in ASTReader::GetHeaderFileInfo() 2023-09-29 09:07:13 -07:00
CMakeLists.txt [clang] Fix linking to LLVMTestingAnnotations in standalone build 2023-01-24 13:21:24 +01:00