summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CommentVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move the make_const_ptr trait into STLExtras; use add_pointer where possible;...Aaron Ballman2018-12-091-8/+5
* Extend the CommentVisitor with parameter typesStephen Kelly2018-12-021-13/+16
* Revert "NFC: Fix case of CommentVisitor::Visit methods"Stephen Kelly2018-11-291-6/+6
* NFC: Fix case of CommentVisitor::Visit methodsStephen Kelly2018-11-291-6/+6
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-6/+6
* Add include guards for CommentVisitor.hArgyrios Kyrtzidis2013-02-181-0/+4
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-0/+3
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+63