summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
AgeCommit message (Expand)Author
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-16[NFC][clang][TableGen] Remove redundant llvm:: namespace qualifier (#108627)Rahul Joshi
2024-09-12[clang][TableGen] Change ASTProperties Emitter to use const RecordKeeper (#10...Rahul Joshi
2024-09-11[NFC] Reformat ClangASTPropertiesEmitter `ASTPropsEmitter` class (#108275)Rahul Joshi
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata
2021-10-21[clang] Use StringRef::contains (NFC)Kazu Hirata
2021-01-06[NFC] Move readAPValue/writeAPValue up the inheritance hierarchyVarun Gandhi
2019-12-16Forward {read,write}SomeEnumType to {read,write}Enum instead ofJohn McCall
2019-12-16Add the ability for properties to be conditional on other properties.John McCall
2019-12-16Add the ability to declare helper variables when readingJohn McCall
2019-12-16Add the ability to use property-based serialization for "cased" types.John McCall
2019-12-16Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC.John McCall
2019-12-14Abstract serialization: TableGen "basic" reader/writer CRTPJohn McCall