[cfe-dev] Print AST in ObjC
Alberto Lagos via cfe-dev
cfe-dev at lists.llvm.org
Tue Oct 1 06:15:12 PDT 2019
Hello,
I want to be able to print the AST of a .m file (Objective-C) i tried with
clang -fmodules -F/System/Library/Frameworks -Xclang -ast-dump
-fsyntax-only MandatoryViewController.m
This file is part of a xcode file, so it has some dependencies.
Do any of you know what i need to do? so this can work?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20191001/652614ad/attachment.html>
More information about the cfe-dev
mailing list