llvm-project/clang/lib
Reid Kleckner 0ada50f17f [SEH] Implement filter capturing in CodeGen
While capturing filters aren't very common, we'd like to outline
__finally blocks in the frontend to simplify -O0 EH preparation and
reduce code size. Finally blocks are usually have captures, and this is
the first step towards that.

Currently we don't support capturing 'this' or VLAs.

Reviewers: majnemer

Differential Revision: http://reviews.llvm.org/D8825

llvm-svn: 234261
2015-04-06 23:51:44 +00:00
..
ARCMigrate [Objective-C SDK modernizer]. Patch to convert setter/getter 2015-04-02 21:36:03 +00:00
AST HasSideEffects() should return false for calls to pure and const functions. 2015-04-06 13:22:01 +00:00
ASTMatchers ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00
Analysis Take the non-reference type when constructing a dummy expression. 2015-03-16 21:49:43 +00:00
Basic Prefer uninitialized memory for scratch space. 2015-04-06 17:45:11 +00:00
CodeGen [SEH] Implement filter capturing in CodeGen 2015-04-06 23:51:44 +00:00
Driver Update our list of distros a bit. 2015-04-06 12:30:43 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: [JS] Understand object literals with only methods. 2015-04-04 07:56:55 +00:00
Frontend Add driver support for Native Client SDK 2015-03-30 20:31:33 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [SystemZ] Add header files to Makefile / module.modulemap 2015-04-01 14:15:35 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it. 2015-04-06 20:01:49 +00:00
Parse Correct typos in SEH filter expressions 2015-04-02 22:09:32 +00:00
Rewrite [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. 2015-03-08 04:00:33 +00:00
Sema [Objective-C patch] Patch to fix a crash in IRGen because 2015-04-06 16:56:39 +00:00
Serialization [OPENMP] Sema analysis for 'atomic capture' construct. 2015-04-01 03:33:17 +00:00
StaticAnalyzer [analyzer] Disable all retain count diagnostics on values that come from ivars. 2015-03-30 20:18:00 +00:00
Tooling Make the clang-fuzzer use the CompilerInstance directly. 2015-03-28 00:42:36 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00