bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Add a test for finding mixed calls (members and non-members) #21

Closed burz closed 6 years ago

burz commented 6 years ago

Also move the internal implementations within find_* into an anonymous namespace.

@ruoso