summaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentCommandTraits.cpp
AgeCommit message (Expand)Author
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2022-09-08[clang] Use std::size instead of llvm::array_lengthofJoe Loser
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2020-03-02Explicitly include <cassert> when using assertJoerg Sonnenberger
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2014-10-15Fix for PR21254 - Assertion in comment parserDario Domizioli
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper
2014-03-06Fix dead store and simplify. No functionality change (although the code is nowRichard Smith
2013-07-15Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper
2013-05-09[doc parsing]: make single character command imposturesFariborz Jahanian
2013-05-09[doc parsing]: So, in this patch, single characterFariborz Jahanian
2013-05-09[doc parsing]: don't attempt to fix single characterFariborz Jahanian
2013-05-08[doc parsing]: Also do typo correction forFariborz Jahanian
2013-05-08documentation parsing. Patch to do typo correction for Fariborz Jahanian
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko
2012-09-11Fix buffer overflow.Eli Friedman
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-16CommentCommandTraits: rename BeginName -> StartName for consistency.Dmitri Gribenko
2012-08-09Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko