summaryrefslogtreecommitdiff
path: root/lib/AST/CommentParser.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko2013-08-23
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Comment parsing: simplify code. As a side effect, this also silences GCC'sDmitri Gribenko2013-04-18
* doc parsing. Add @method and @callback forFariborz Jahanian2013-03-05
* doc parsing. We want to issue a strong warning whenFariborz Jahanian2013-03-05
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-04
* Some refactoring in my patch on documentFariborz Jahanian2013-03-02
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-01
* Comment parsing: use CharInfo.hDmitri Gribenko2013-02-09
* Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko2013-01-26
* Fix PR14591: Windows newlines in doxygen comments cause failed assertion inDmitri Gribenko2012-12-19
* Comment parsing: add a missing 'else'. Found by inspection.Dmitri Gribenko2012-12-19
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko2012-11-18
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-11
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-09
* Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko2012-08-06
* Comment parser and sema: remove useless return valuesDmitri Gribenko2012-08-06
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-31
* Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko2012-07-30
* Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko2012-07-24
* Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko2012-07-24
* Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it isDmitri Gribenko2012-07-24
* Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko2012-07-24
* Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko2012-07-20
* This fits into 80 columns without wrapping.Dmitri Gribenko2012-07-18
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-13
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay2012-07-06
* Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-06
* CommentParser.cpp: remove unused variable.Dmitri Gribenko2012-07-06
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06