search for: classllvm_1_1loop_1_1locrang

Displaying 5 results from an estimated 5 matches for "classllvm_1_1loop_1_1locrang".

2018 Apr 12
2
Why LLVM doesn't have debug information of function right parentheses?
...e: > I added one attribute named EndLine in LLVM IR before. LLVM's part is > not hard, but will modify many places in Clang. I success for it, you > can try this way. > For loops, we use a range to keep track of the start and end of the loop for remarks: http://llvm.org/doxygen/classllvm_1_1Loop_1_1LocRange.html Maybe it would make sense to use something similar for function start and end locations? Cheers, Florian
2018 Apr 17
0
Why LLVM doesn't have debug information of function right parentheses?
...bute named EndLine in LLVM IR before. LLVM's part is > > not hard, but will modify many places in Clang. I success for it, you > > can try this way. > > > > For loops, we use a range to keep track of the start and end of the loop > for remarks: http://llvm.org/doxygen/classllvm_1_1Loop_1_1LocRange.html > > Maybe it would make sense to use something similar for function start > and end locations? > > Cheers, > Florian > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mail...
2018 Apr 17
1
Why LLVM doesn't have debug information of function right parentheses?
...VM IR before. LLVM's part is >> > not hard, but will modify many places in Clang. I success for it, you >> > can try this way. >> > >> >> For loops, we use a range to keep track of the start and end of the loop >> for remarks: http://llvm.org/doxygen/classllvm_1_1Loop_1_1LocRange.html >> >> Maybe it would make sense to use something similar for function start >> and end locations? >> >> Cheers, >> Florian >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org &gt...
2018 Apr 12
0
Why LLVM doesn't have debug information of function right parentheses?
I added one attribute named EndLine in LLVM IR before. LLVM's part is not hard, but will modify many places in Clang. I success for it, you can try this way. At 2018-04-12 16:53:21, "Björn Pettersson A" <bjorn.a.pettersson at ericsson.com> wrote: >What happened with this? Is there something for review in Phabricator? Or was this put-on-hold/forgotten? > >I also have
2018 Apr 12
2
Why LLVM doesn't have debug information of function right parentheses?
What happened with this? Is there something for review in Phabricator? Or was this put-on-hold/forgotten? I also have some users that complain that some gdb test suite tests don't work with LLVM due to missing debug info regarding ending brace. So gettint the location for the "endLine" field of DISubprogram etc should at least be a step in the right direction, and if someone already