Skip to content
  1. Nov 25, 2018
    • Alexander Kornienko's avatar
      A bit of AST matcher cleanup, NFC. · 976e0c07
      Alexander Kornienko authored
      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
      976e0c07
  2. Nov 24, 2018
  3. Nov 23, 2018
Loading