https://bugs.kde.org/show_bug.cgi?id=417971

--- Comment #7 from Aaron Puchert <aaronpuch...@alice-dsl.net> ---
Andrei, does your code also involve captures of variable-length arrays, or is
it something else? I can see from your stack trace that an lambda init
expression is nullptr (since #11 is at
https://github.com/llvm/llvm-project/blob/llvmorg-9.0.1/clang/tools/libclang/CIndex.cpp#L3152
and the call to #10 has S=0x0), and I haven't seen that happen except for VLA
type captures.

One way to find out if you have VLAs is to compile with -Wvla.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to