1. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  2. 2bbed50 [ASTMatchers] Add support for floatLiterals by Peter Wu · 8 years ago
  3. c04b198 [ASTMatchers] Add support for boolean literals by Peter Wu · 8 years ago
  4. feaf9d1 Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr by David Blaikie · 9 years ago
  5. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  6. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  7. b063f5c [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers. by Samuel Benzaquen · 10 years ago
  8. 5b81606 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  9. 40178c3 Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots. by Yaron Keren · 10 years ago
  10. 4526701 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  11. d30f5ff Revert r241319, investigating. by Yaron Keren · 10 years ago
  12. 25bb2e4 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  13. 2c15e8c Replace variadic operator function pointer with an enum value. by Samuel Benzaquen · 11 years ago
  14. 9743c9d Remove VariadicOperatorMatcherInterface as it is redundant with logic from DynTypedMatcher. by Samuel Benzaquen · 11 years ago
  15. ab005ed Refactor VariantMatcher::MatcherOps to reduce the amount of generated code. by Samuel Benzaquen · 11 years ago
  16. 646f23b Support named values in the autocomplete feature. by Samuel Benzaquen · 11 years ago
  17. 210e1ad [C++11] Use 'nullptr'. ASTMatchers edition. by Craig Topper · 11 years ago
  18. 3f755aa [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. by Benjamin Kramer · 12 years ago
  19. a083935 Add loc() to the dynamic registry. by Samuel Benzaquen · 12 years ago
  20. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  21. f34ac3e Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 12 years ago
  22. 9171f02 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 12 years ago
  23. f46e5f1 Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 12 years ago
  24. 4adca62 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 12 years ago
  25. 46e59b0 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 12 years ago
  26. fe48aaf Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 12 years ago
  27. 8c9f633 Refactor VariantMatcher to use an interface underneath. by Samuel Benzaquen · 12 years ago
  28. 0239b69 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 12 years ago
  29. c6f2c9b Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 12 years ago
  30. 81ef929 Enhancements for the DynTypedMatcher system. by Samuel Benzaquen · 12 years ago
  31. c31b352 Parser/Registry argument enhancements. by Samuel Benzaquen · 12 years ago
  32. 24db0f0 First revision of the dynamic ASTMatcher library. by Manuel Klimek · 12 years ago