1. 4e3f4f0 [ASTMatchers] StringRef'ify hasName by Benjamin Kramer · 6 years ago
  2. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  3. 20c3c4f [clang] Respect TerseOutput when printing lambdas by Kadir Cetinkaya · 6 years ago
  4. 8205a81 [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas by Hamza Sood · 7 years ago
  5. b570060 [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) by Roman Lebedev · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 779d81f [unittests] Merge the PrintedStmtCXX..Matches functions (NFC) by Hamza Sood · 7 years ago
  8. f757961 Allow StmtPrinter to supress implicit 'this' and 'self' base expressions by Alex Lorenz · 8 years ago
  9. 7cdc705 Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs} by Alexander Kornienko · 9 years ago
  10. 512fb64 Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. by Aaron Ballman · 10 years ago
  11. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  12. 65a407c Lex: Use the correct types for MS integer suffixes by David Majnemer · 11 years ago
  13. d46e4a2 Revert "Lex: Use the correct types for MS integer suffixes" by Rafael Espindola · 11 years ago
  14. 252cbe2 Lex: Use the correct types for MS integer suffixes by David Majnemer · 11 years ago
  15. ddd01ce Removing an "if (this == nullptr)" check from two print methods. The condition by Richard Trieu · 11 years ago
  16. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  17. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  18. 594802f Add a StmtPrinter test for implicit and explicit conversion operator calls. by Benjamin Kramer · 12 years ago
  19. 8a8454b unittests: explicit stringify StringRefs for conversion by Saleem Abdulrasool · 12 years ago
  20. f41d237 Remove out-of-date comment. by Richard Smith · 13 years ago
  21. c2b2b75 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff. Conditioning-out in macro argument was not accepted on MS cl.exe. by NAKAMURA Takumi · 13 years ago
  22. b2df625 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now. by NAKAMURA Takumi · 13 years ago
  23. f5a898c3 unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 13 years ago
  24. 24bef9a As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 13 years ago