================
@@ -3059,7 +3059,11 @@ FormatToken
*UnwrappedLineParser::parseIfThenElse(IfStmtKind *IfKind,
void UnwrappedLineParser::parseTryCatch() {
assert(FormatTok->isOneOf(tok::kw_try, tok::kw___try) && "'try' expected");
+ bool IsTryMacro = FormatTok->is(TT_TryMacro);
----------------
harrishancock wrote:
Fixed in
https://github.com/llvm/llvm-project/pull/183352/changes/c7402cd181ff7d6ee93805d38e1aaa9d0a0f4a92
https://github.com/llvm/llvm-project/pull/183352
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits