summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ASTTableGen.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-11[clang][TableGen] Change ASTTableGen to use const Record pointers (#108193)Rahul Joshi
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
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-11-24[NFC][clang]Inclusive language: remove remaining uses of sanityZarko Todorovski
2019-12-16Add the ability to use property-based serialization for "cased" types.John McCall
2019-12-14Abstract serialization: TableGen "basic" reader/writer CRTPJohn McCall
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