[cfe-dev] how to determine a parameter has a type declarator in clang
kevinlynx
kevinlynx at gmail.com
Sun Dec 30 23:40:08 PST 2012
I use clang to do some code analyse. And now i have a function below
void func(p)
some compilers will process p as an integer. And i want to know how to determine whether p has a type declarator ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121231/ea1f5439/attachment.html>
More information about the cfe-dev
mailing list