search for: 1ae420cc

Displaying 2 results from an estimated 2 matches for "1ae420cc".

2011 Oct 04
0
[LLVMdev] collect end line number for scope
...needs, you may be able to access clang AST nodes to get exact line and column number information for "}" irrespective of debug info. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111004/1ae420cc/attachment.html>
2011 Oct 03
4
[LLVMdev] collect end line number for scope
Hi All,   int global; int func( int t) {    //scope 1   {      ....   } <-----   return x; }   For the above code, i want to collect endline (indicated by <---) for the scope. Can we get this information from the Dwarf Information in llvm 2.9 ?     Thanks & Regards, Pankaj -------------- next part -------------- An HTML attachment was scrubbed... URL: