llvm / llvm/llvm-project

[clang-frontend] Parser crashes given extreme input

Open
#172,425 5 comments 0 reactions 0 assignees View on GitHub
clang:frontend crash-on-valid
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

Looks like a recursion related problem.

Reproduce: https://clang-tidy.godbolt.org/z/cxWxEzh66

both `gcc` and `tcc` can handle this input correctly.

To quickly get the reproduce file:
`python3 -c "print('int main() { int x = ' + '(' * 5000 + '1' + ')' * 5000 + '; }')"`

```
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
Stack dump:
0. Program arguments: /clang-tidy --checks=readability-math-missing-parentheses
1. :1:1260: current parser token '('
2. :1:12: parsing function body 'main'
3. :1:12: in compound statement ('{}')
#0 0x00000000055bbea8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/clang-tidy+0x55bbea8)
#1 0x00000000055b9074 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#2 0x000071a5aa842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#3 0x0000000002d8600d clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d8600d)
#4 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#5 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#6 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#7 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#8 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#9 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#10 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#11 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#12 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#13 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#14 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#15 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#16 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#17 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#18 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#19 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#20 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#21 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#22 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#23 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#24 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#25 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#26 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#27 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#28 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#29 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#30 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#31 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#32 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#33 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#34 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#35 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#36 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#37 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#38 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#39 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#40 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#41 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#42 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#43 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#44 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#45 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#46 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#47 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#48 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#49 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#50 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#51 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#52 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#53 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#54 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#55 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#56 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#57 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#58 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#59 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#60 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#61 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#62 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#63 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#64 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#65 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#66 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#67 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#68 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#69 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#70 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#71 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#72 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#73 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#74 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#75 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#76 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#77 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#78 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#79 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#80 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#81 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#82 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#83 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#84 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#85 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#86 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#87 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#88 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#89 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#90 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#91 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#92 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#93 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#94 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#95 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#96 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#97 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#98 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#99 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#100 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#101 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#102 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#103 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#104 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#105 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#106 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#107 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#108 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#109 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#110 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#111 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#112 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#113 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#114 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#115 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#116 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#117 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#118 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#119 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#120 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#121 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#122 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#123 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#124 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#125 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#126 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#127 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#128 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#129 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#130 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#131 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#132 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#133 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#134 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#135 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#136 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#137 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#138 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#139 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#140 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#141 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#142 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#143 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#144 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#145 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#146 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#147 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#148 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#149 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#150 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#151 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#152 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#153 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#154 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#155 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#156 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#157 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#158 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#159 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#160 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#161 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#162 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#163 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#164 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#165 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#166 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#167 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#168 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#169 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#170 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#171 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#172 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#173 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#174 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#175 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#176 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#177 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#178 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#179 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#180 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#181 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#182 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#183 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#184 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#185 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#186 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#187 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#188 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#189 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#190 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#191 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#192 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#193 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#194 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#195 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#196 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#197 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#198 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#199 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#200 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#201 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#202 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#203 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#204 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#205 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#206 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#207 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#208 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#209 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#210 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#211 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#212 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#213 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#214 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#215 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#216 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#217 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#218 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#219 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#220 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#221 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#222 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#223 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#224 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#225 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#226 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#227 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#228 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#229 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#230 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#231 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#232 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#233 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#234 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#235 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#236 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#237 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#238 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#239 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#240 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#241 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#242 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#243 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#244 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#245 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#246 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#247 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#248 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#249 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#250 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
#251 0x0000000002d7d429 clang::Parser::ParseAssignmentExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d7d429)
#252 0x0000000002d82179 clang::Parser::ParseExpression(clang::TypoCorrectionTypeBehavior) (/clang-tidy+0x2d82179)
#253 0x0000000002d86645 clang::Parser::ParseParenExpression(clang::ParenParseOption&, bool, clang::ParenExprKind, clang::TypoCorrectionTypeBehavior, clang::OpaquePtr&, clang::SourceLocation&) (/clang-tidy+0x2d86645)
#254 0x0000000002d7bf0e clang::Parser::ParseCastExpression(clang::CastParseKind, bool, bool&, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7bf0e)
#255 0x0000000002d7d23a clang::Parser::ParseCastExpression(clang::CastParseKind, bool, clang::TypoCorrectionTypeBehavior, bool, bool*) (/clang-tidy+0x2d7d23a)
Program terminated with signal: SIGSEGV
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.