I'm having an issue with the error "inlinable function call in a function
with debug info must have a !dbg location"
My language will automatically call a destructor for you. LLVM is forcing
me to use give it debug information. I try to with DILocation however scope
is mandatory field. However sin
On Tue, Apr 17, 2018 at 8:33 AM Jonas Toth via cfe-dev <
cfe-...@lists.llvm.org> wrote:
> +cfe-dev
>
> The people familiar with clang-format are more likely active there :)
>
> Am 17.04.2018 um 09:40 schrieb Daniel via cfe-users:
>
> Hello,
>
> For the senior project in my undergraduate studies, m