1. 7c787b8 Allow comments with '#' in dynamic AST Matchers by Stephen Kelly · 7 years ago
  2. 1d38c13 Use the container form llvm::sort(C, ...) by Fangrui Song · 7 years ago
  3. fc934cd Allow binding to NamedValue resulting from let expression by Stephen Kelly · 7 years ago
  4. 5fb9dc5 Extract parseBindID method by Stephen Kelly · 7 years ago
  5. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  6. 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
  7. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  8. 06becf8 [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  9. 96a0b3f [ASTMatchers] Fix use after free. by Benjamin Kramer · 8 years ago
  10. 2bbed50 [ASTMatchers] Add support for floatLiterals by Peter Wu · 8 years ago
  11. c04b198 [ASTMatchers] Add support for boolean literals by Peter Wu · 8 years ago
  12. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  13. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  14. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  15. e335f25 SourceRanges are small and trivially copyable, don't them by reference. by Craig Topper · 10 years ago
  16. 5b81606 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  17. 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
  18. 4526701 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  19. d30f5ff Revert r241319, investigating. by Yaron Keren · 10 years ago
  20. 25bb2e4 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  21. 646f23b Support named values in the autocomplete feature. by Samuel Benzaquen · 11 years ago
  22. 210e1ad [C++11] Use 'nullptr'. ASTMatchers edition. by Craig Topper · 11 years ago
  23. f434c4f Add support for named values in the parser. by Samuel Benzaquen · 11 years ago
  24. 5548ead Revert "Add support for named values in the parser." by Samuel Benzaquen · 11 years ago
  25. 2019cea Add support for named values in the parser. by Samuel Benzaquen · 11 years ago
  26. 252444a7 Introduce Parser::completeExpression. by Peter Collingbourne · 12 years ago
  27. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  28. 00cba4f Split registry matcher resolution into a lookup phase and a construction phase. by Peter Collingbourne · 12 years ago
  29. f34ac3e Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 12 years ago
  30. 9171f02 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 12 years ago
  31. f46e5f1 Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 12 years ago
  32. 0239b69 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 12 years ago
  33. a37bb8c Separate the notion of 'context' when recursing down in the parser and actual errors. by Samuel Benzaquen · 12 years ago
  34. c6f2c9b Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 12 years ago
  35. c31b352 Parser/Registry argument enhancements. by Samuel Benzaquen · 12 years ago
  36. 31edb51 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 12 years ago
  37. 24db0f0 First revision of the dynamic ASTMatcher library. by Manuel Klimek · 12 years ago