update facebook-clang-plugins

Summary:
Fetch the fix for crashing AST exporter when
objc is boxing template values.

Reviewed By: dulmarod

Differential Revision: D3352505

fbshipit-source-id: 70ab54e
master
Andrzej Kotulski 9 years ago committed by Facebook Github Bot 2
parent 3699b9c0dc
commit 1a98bc6492

@ -1 +1 @@
Subproject commit 3e46b786ad058c917a0cb23e9d26c5aaaed816be
Subproject commit d6e1717d3080fb6ecbff30a358e4b4a183b5ea01

@ -2463,8 +2463,11 @@ struct
| CXXScalarValueInitExpr (_, _, expr_info) ->
cxxScalarValueInitExpr_trans trans_state expr_info
| ObjCBoxedExpr (stmt_info, stmts, info, sel) ->
| ObjCBoxedExpr (stmt_info, stmts, info, boxed_expr_info) ->
(match boxed_expr_info.Clang_ast_t.obei_boxing_method with
| Some sel ->
objCBoxedExpr_trans trans_state info sel stmt_info stmts
| None -> assert false)
| ObjCArrayLiteral (stmt_info, stmts, info) ->
objCArrayLiteral_trans trans_state info stmt_info stmts

Loading…
Cancel
Save