summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangASTNodesEmitter.cpp
AgeCommit message (Expand)Author
2024-11-25[clang][tablegen][NFC]add static for internal linkage function (#117479)Congcong Cai
2024-11-17[NFC][Clang][TableGen] Fix file header comments (#116491)Rahul Joshi
2024-09-16[NFC][Clang][TableGen] Refactor ClangASTNodesEmitter (#108580)Rahul Joshi
2024-09-12[clang][TableGen] Change AST Nodes Emitter to use const RecordKeeper (#108270)Rahul Joshi
2024-01-04[clang] Optimize castToDeclContext for 2% improvement in build times (#76825)Pol M
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-16Add the ability to use property-based serialization for "cased" types.John McCall
2019-12-14Introduce some types and functions to make it easier to work withJohn 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-01Use scope qualifiers in Clang's tblgen backends to get usefulJohn McCall
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-12-04TableGen: Adapt to llvm r288612Matthias Braun
2014-05-07[C++11] Use 'nullptr'.Craig Topper
2013-01-30TableGen backends: use emitSourceFileHeader() to emit the warning aboutDmitri Gribenko
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne