Hi, Can we check whether a function is user defined or not? -- Sunil Rathee MTech IIT Delhi Not going along with the crowd can help you stand out in the crowd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121106/68012441/attachment.html>
Hi Sunil,> Can we check whether a function is user defined or not?please be more explicit. Are you talking about: in the LLVM IR, in the clang AST, or ... ? What is a user defined function? For example, do you consider functions defined in system headers to be user defined even though they didn't of course write them? Ciao, Duncan.