mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
976e0c07a0
Removed the uses of the allOf() matcher inside node matchers that are implicit allOf(). Replaced uses of allOf() with the explicit node matcher where it makes matchers more readable. Replace anyOf(hasName(), hasName(), ...) with the more efficient and readable hasAnyName(). llvm-svn: 347520 |
||
---|---|---|
.. | ||
tool | ||
ChangeNamespace.cpp | ||
ChangeNamespace.h | ||
CMakeLists.txt |