summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
AgeCommit message (Expand)Author
2024-11-17[NFC][Clang][TableGen] Fix file header comments (#116491)Rahul Joshi
2024-10-28[Clang][TableGen] Use StringRef::str() instead of std::string() cast (#113645)Rahul Joshi
2024-09-11[clang][TableGen] Change HTML Tags emitter to use const RecordKeeper (#108202)Rahul Joshi
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN
2023-09-26ReformatNAKAMURA Takumi
2020-01-29Fix one round of implicit conversions found by g++5.Benjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2013-01-30TableGen backends: use emitSourceFileHeader() to emit the warning aboutDmitri Gribenko
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko