summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangTypeNodesEmitter.cpp
AgeCommit message (Expand)Author
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov
2024-11-17[NFC][Clang][TableGen] Fix file header comments (#116491)Rahul Joshi
2024-11-14[TableGen] Remove unused includes (NFC) (#116168)Kazu Hirata
2024-09-13[clang][TableGen] Change TypeNodesEmitter to use const RecordKeeper (#108476)Rahul Joshi
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN
2019-12-14Enable better node-hierarchy metaprogramming; NFC.John McCall
2019-12-14Introduce some types and functions to make it easier to work withJohn McCall
2019-12-14[NFC] Correct accidental use of tabs.John McCall
2019-12-14[NFC] Rename ClangASTEmitters.h -> ASTTableGen.hJohn McCall
2019-10-25[NFC] Add a tablegen node for the root of the AST node hierarchies.John McCall
2019-10-01Emit TypeNodes.def with tblgen.John McCall