llvm-project/clang/lib
Dave Lee 0934fdc3a5 Add ObjC exception statement AST matchers
Summary: Add AST matchers for Objective-C @throw, @try, @catch and @finally.

Reviewers: aaron.ballman, malcolm.parsons, alexshap, compnerd

Reviewed By: aaron.ballman

Subscribers: cfe-commits, klimek

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

llvm-svn: 317992
2017-11-11 22:46:15 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Handle lambda captures of variable length arrays in profiling and printing. 2017-11-11 00:54:25 +00:00
ASTMatchers Add ObjC exception statement AST matchers 2017-11-11 22:46:15 +00:00
Analysis [analyzer] Model correct dispatch_once() 'done' value in BodyFarm 2017-11-06 22:12:19 +00:00
Basic [OPENMP] Codegen for `#pragma omp target parallel for simd`. 2017-11-09 17:32:15 +00:00
CodeGen [coroutines] Promote cleanup.dest.slot allocas to registers to avoid storing it in the coroutine frame 2017-11-11 17:00:43 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fission 2017-11-11 01:15:41 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Handle leading comments in using declaration 2017-11-10 17:11:18 +00:00
Frontend New clang option -fno-plt which avoids the PLT and lazy binding while making external calls. 2017-11-07 19:37:51 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [CUDA] Fix std::min on device side to return the min, not the max. 2017-11-11 01:25:44 +00:00
Index [index] tag declarations should use the decl role instead of ref 2017-11-09 20:50:59 +00:00
Lex [refactor][extract] insert semicolons into extracted/inserted code 2017-11-03 18:11:22 +00:00
Parse [Parser] Fix TryParseLambdaIntroducer() error handling 2017-11-06 17:42:17 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [OpenMP] diagnose assign to firstprivate const, patch by Joel E. Denny 2017-11-10 15:39:50 +00:00
Serialization Adjust r316292 - remove the anonymous union for sharing a bitfield in FunctionDecl. 2017-11-11 18:02:29 +00:00
StaticAnalyzer [analyzer] [NFC] Minor ExprEngineC refactoring 2017-11-09 23:33:37 +00:00
Tooling [Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found. 2017-11-09 10:37:39 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00