summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CommentParser.h
Commit message (Expand)AuthorAgeFilesLines
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-5/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-4/+2
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-1/+1
* Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko2013-01-261-0/+5
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* Use LLVM_DELETED_FUNCTION instead of a comment.Dmitri Gribenko2012-08-311-2/+2
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-1/+5
* Comment parser and sema: remove useless return valuesDmitri Gribenko2012-08-061-14/+9
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-11/+5
* Make comments::Parser and comments::Sema noncopyable.Dmitri Gribenko2012-07-251-0/+3
* Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko2012-07-241-0/+2
* Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko2012-07-241-1/+1
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-2/+2
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+15
* Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-061-2/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+112