llvm-project/clang/include/clang
Heejin Ahn b29a17ba21 [WebAssembly] Restore __builtin_wasm_rethrow builtin
Summary:
Restore the `__builtin_wasm_rethrow` builtin deleted in D37931. On second
thought, it appears it can be used to implement `__cxa_rethrow`.

Reviewers: dschuff, sunfish

Reviewed By: dschuff

Subscribers: jfb, sbc100, jgravelle-google

Differential Revision: https://reviews.llvm.org/D37942

llvm-svn: 313430
2017-09-16 01:07:43 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST Fix the __interface inheritence rules to work better with IUnknown and IDispatch 2017-09-15 16:03:35 +00:00
ASTMatchers Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
Analysis [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h 2017-09-06 21:45:03 +00:00
Basic [WebAssembly] Restore __builtin_wasm_rethrow builtin 2017-09-16 01:07:43 +00:00
CodeGen D34444: Teach codegen to work in incremental processing mode. 2017-08-27 10:58:03 +00:00
Config [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
Driver [MSan] Add flag to disable use-after-dtor. 2017-09-14 23:14:37 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] New flag - BraceWrapping.AfterExternBlock 2017-09-15 11:23:50 +00:00
Frontend IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. 2017-09-12 21:50:41 +00:00
FrontendTool
Index [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +00:00
Lex [Lexer] Report more precise skipped regions (PR34166) 2017-09-11 20:47:42 +00:00
Parse [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in 2017-09-06 14:49:58 +00:00
Rewrite Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Sema Diagnostic specific failed condition in a static_assert. 2017-09-14 23:38:42 +00:00
Serialization [Module map] Introduce a private module re-export directive. 2017-09-14 23:38:44 +00:00
StaticAnalyzer Updated two annotations for Store.h and CodeGenFunction.h. 2017-09-08 13:44:51 +00:00
Tooling [refactor] add clang-refactor tool with initial testing support and 2017-09-14 10:06:52 +00:00
CMakeLists.txt Fixed bug 2016-05-31 15:56:26 +00:00
module.modulemap [refactor] add clang-refactor tool with initial testing support and 2017-09-14 10:06:52 +00:00