| Age | Commit message (Expand) | Author |
| 2025-08-27 | [clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050) | Matheus Izvekov |
| 2025-08-27 | [clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049) | Matheus Izvekov |
| 2025-08-09 | [clang] Improve nested name specifier AST representation (#147835) | Matheus Izvekov |
| 2025-07-18 | [Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123) | Yanzuo Liu |
| 2025-05-29 | [Clang] Optimize some `getBeginLoc` implementations (#141058) | cor3ntin |
| 2025-04-09 | [clang] fix NestedNameSpecifier dependency calculation (#135067) | Matheus Izvekov |
| 2025-04-01 | [clang] improved preservation of template keyword (#133610) | Matheus Izvekov |
| 2025-03-27 | Fix MSVC "not all control paths return a value" warning. NFC. | Simon Pilgrim |
| 2025-03-26 | [clang] fix deduction of member pointers with dependent named classes (#133113) | Matheus Izvekov |
| 2025-03-21 | Reland: [clang] preserve class type sugar when taking pointer to member (#132... | Matheus Izvekov |
| 2025-03-20 | Revert "Reland: [clang] preserve class type sugar when taking pointer to memb... | Matheus Izvekov |
| 2025-03-20 | Reland: [clang] preserve class type sugar when taking pointer to member (#132... | Matheus Izvekov |
| 2025-03-20 | Revert "[clang] improve class type sugar preservation in pointers to members"... | Matheus Izvekov |
| 2025-03-20 | [clang] improve class type sugar preservation in pointers to members (#130537) | Matheus Izvekov |
| 2025-03-10 | [clang] NNS: don't print trailing scope resolution operator in diagnostics (#... | Matheus Izvekov |
| 2024-11-17 | [AST] Remove unused includes (NFC) (#116549) | Kazu Hirata |
| 2024-04-11 | [NFC][Clang] Improve const correctness for IdentifierInfo (#79365) | Bill Wendling |
| 2022-10-14 | Properly print unnamed TagDecl objects in diagnostics | Aaron Ballman |
| 2022-08-08 | [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC | Fangrui Song |
| 2021-09-02 | Fully qualify template template parameters when printing | David Blaikie |
| 2021-07-21 | [clang] Introduce SourceLocation::[U]IntTy typedefs. | Simon Tatham |
| 2021-05-12 | Add type information to integral template argument if required. | Pratyush Das |
| 2020-06-30 | [AST][RecoveryExpr] Avoid spurious 'missing typename' diagnostic when the NNS... | Haojian Wu |
| 2020-05-02 | Use realloc for NestedNameSpecifierLocBuilder | Benjamin Kramer |
| 2020-04-17 | [clang-tidy] modernize-use-using: Fix broken fixit with 'template' keyword | Matthias Gehre |
| 2020-03-16 | [AST] rename DependencyFlags.h => DependenceFlags.h, NFC | Haojian Wu |
| 2020-03-04 | [AST] Refactor propagation of dependency bits. NFC | Ilya Biryukov |
| 2020-02-13 | Don't call memcpy(p, 0, 0). | Richard Smith |
| 2020-02-07 | PR12350: Handle remaining cases permitted by CWG DR 244. | Richard Smith |
| 2020-01-14 | Fix "null pointer passed to nonnull argument" clang static analyzer warnings.... | Simon Pilgrim |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2019-01-07 | NFC: Replace asserts with if() in SourceLocation accessors | Stephen Kelly |
| 2018-12-04 | [WIP][Sema] Improve static_assert diagnostics for type traits. | Clement Courbet |
| 2018-10-04 | [NestedNameSpecifier] Add missing stream-specific dump methods | Stephen Kelly |
| 2018-09-10 | [AST] Fix a crash on invalid. | Erik Pilkington |
| 2018-07-30 | Remove trailing space | Fangrui Song |
| 2018-05-09 | Remove \brief commands from doxygen comments. | Adrian Prantl |
| 2018-02-21 | Clean up use of C allocation functions | Serge Pavlov |
| 2017-11-28 | Refactor functions PrintTemplateArgumentList | Serge Pavlov |
| 2017-11-21 | [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko |
| 2017-06-03 | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova |
| 2016-10-20 | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer |
| 2016-10-08 | Un-tabify source files, NFC. | Yaron Keren |
| 2016-07-07 | [AST] Use ArrayRef in more interfaces | David Majnemer |
| 2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith |
| 2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren |
| 2015-12-27 | Constify NestedNameSpecifier::dump and add a no-argument dump function suitab... | Yaron Keren |
| 2015-08-04 | [UB] Fix the two ways that we would try to memcpy from a null buffer in | Chandler Carruth |
| 2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko |
| 2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko |