[cfe-dev] partial implementation of a clang-check for missing namespace std::
Jonathan Coe
jbcoe at me.com
Mon Feb 16 16:59:13 PST 2015
I have a clang check for missing namespace 'std' on fields and variables
nearly working.
I can't see how to match fieldDecl and varDecl at the same time and I can't
see how to match pointers or references to types missing namespace std::
What's the best way to get feedback/input on what I've done so far? Code
does not work well enough for a review to seem appropriate.
Thanks,
Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150217/9ebe7683/attachment.html>
More information about the cfe-dev
mailing list