[cfe-users] How to handle debug information not in source/How do I handle the error 'inlinable function call in a function with debug info must have a !dbg location'

2018-04-18 Thread Levo DeLellis via cfe-users
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

Re: [cfe-users] [cfe-dev] C++ Scoring Tool

2018-04-18 Thread Manuel Klimek via cfe-users
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