llvm / llvm/llvm-project

Preprocessor crashes with SIGSEGV instead of diagnosing excessive bracket nesting since clang 21

Open
#214,446 2 comments 0 reactions 0 assignees View on GitHub
clang:frontend crash-on-invalid
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

## Assertion

```
No assertion
```

## Dump in Trunk (Bad behaviour)

```
Program terminated with signal: SIGSEGV
Compiler returned: 139
```

## Dump in Clang 20 (Correct behaviour)

```
:6:14: fatal error: bracket nesting level exceeded maximum of 256
```

## Program

```
#define LBR1 ( ( ( ( ( ( ( ( ( (
#define LBR2 LBR1 LBR1 LBR1 LBR1 LBR1 LBR1 LBR1
#define LBR3 LBR2 LBR2 LBR2 LBR2 LBR2 LBR2
#define LBR4 LBR3 LBR3 LBR3 ) ) ) ) ) ) ) ) ) )

int q5_var = LBR4;
```

backtrace:

```console
#5 0x0000000006de35c7 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de35c7)
#6 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#7 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#8 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#9 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#10 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#11 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#12 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#13 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#14 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#15 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#16 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#17 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#18 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#19 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#20 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#21 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#22 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#23 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#24 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#25 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#26 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#27 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#28 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#29 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#30 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#31 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#32 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#33 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#34 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#35 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#36 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#37 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#38 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#39 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#40 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#41 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#42 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#43 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#44 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#45 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#46 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#47 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#48 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#49 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#50 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#51 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#52 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#53 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#54 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#55 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#56 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#57 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#58 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#59 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#60 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#61 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#62 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#63 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#64 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#65 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#66 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#67 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#68 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#69 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#70 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#71 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#72 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#73 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#74 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#75 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#76 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#77 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#78 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#79 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#80 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#81 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#82 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#83 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#84 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#85 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#86 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#87 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#88 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#89 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#90 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#91 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#92 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#93 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#94 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#95 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#96 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#97 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#98 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#99 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#100 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#101 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#102 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#103 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#104 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#105 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#106 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#107 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#108 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#109 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#110 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#111 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#112 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#113 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#114 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#115 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#116 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#117 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#118 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#119 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#120 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#121 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#122 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#123 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#124 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#125 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#126 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#127 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#128 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#129 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#130 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#131 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#132 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#133 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#134 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#135 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#136 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#137 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#138 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#139 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#140 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#141 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#142 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#143 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#144 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#145 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#146 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#147 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#148 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#149 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#150 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#151 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#152 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#153 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#154 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#155 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#156 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#157 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#158 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#159 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#160 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#161 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#162 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#163 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#164 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#165 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#166 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#167 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#168 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#169 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#170 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#171 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#172 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#173 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#174 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#175 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#176 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#177 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#178 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#179 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#180 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#181 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#182 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#183 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#184 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#185 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#186 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#187 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#188 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#189 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#190 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#191 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#192 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#193 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#194 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#195 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#196 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#197 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#198 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#199 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#200 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#201 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#202 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#203 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#204 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#205 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#206 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#207 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#208 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#209 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#210 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#211 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#212 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#213 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#214 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#215 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#216 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#217 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#218 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#219 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#220 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#221 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#222 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#223 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#224 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#225 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#226 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#227 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#228 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#229 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#230 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#231 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#232 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#233 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#234 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#235 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#236 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#237 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#238 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#239 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#240 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#241 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#242 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#243 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#244 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#245 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#246 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#247 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#248 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#249 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#250 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de42fd)
#251 0x0000000006de5927 clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de5927)
#252 0x0000000006de59b9 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6de59b9)
#253 0x0000000006dea2a9 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dea2a9)
#254 0x0000000006dee134 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/cefs/cc/ccb7ea51318291a23bdf1e7c_clang-assertions-trunk-20260811/bin/clang-24+0x6dee134)
#255 0x0000000006de42fd clang::Parser::ParseCastExpression(clang::Cast
```

## To reproduce:

https://godbolt.org/z/qMh74zbh7

Contributor guide

Open the contributing guide

Research direction

Run the supplied Program with Clang 20 and the affected trunk build to reproduce the diagnostic-versus-SIGSEGV difference. Start with the clang::Parser::ParseCastExpression and ParseParenExpression entry points shown in the backtrace; done means excessive bracket nesting reports the maximum-nesting diagnostic instead of exiting with status 139.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
compilers
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.